From 0614f301a0d1aab9fe5974439c6a79185edf314c Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Sat, 28 Oct 2023 20:56:02 +0200 Subject: [PATCH] Bump actions/checkout --- .github/workflows/build-release.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 7d728e4..399cf5d 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ['ubuntu-latest'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.ASSETS_COMMIT_TOKEN }} ref: ${{ github.head_ref || github.ref_name }} diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index f128bf0..6f37be8 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -13,7 +13,7 @@ jobs: packages_changed: ${{ steps.changes.outputs.packages_changed }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.ASSETS_COMMIT_TOKEN }} ref: ${{ github.head_ref || github.ref_name }}