From 2d994620127a217fd92277a724c8edbb51ac2c26 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 16 Mar 2023 14:08:26 +0100 Subject: [PATCH 1/2] Update actions.yml Use checkout v3 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d25bf23e..d7aa8f1b 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📦 Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: ✅ Run pre-commit uses: pre-commit/action@v2.0.0 From 68b1a785f135f6c695b5459fb58e5d4771f09677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 30 Sep 2023 09:50:33 +0200 Subject: [PATCH 2/2] Update .github/workflows/actions.yml --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d7aa8f1b..ae418476 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📦 Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.0 - name: ✅ Run pre-commit uses: pre-commit/action@v2.0.0