From 2e3fb06cf3ad61ba94482e8261e1ce45352b7584 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:10:54 +0000 Subject: [PATCH] Update actions/checkout action to v4 (#167) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/run-command.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-command.yml b/.github/workflows/run-command.yml index 673441c..fe9f777 100644 --- a/.github/workflows/run-command.yml +++ b/.github/workflows/run-command.yml @@ -23,7 +23,7 @@ jobs: GIST_ID: 95bd06a2adf814823623f01cf4a7f871 steps: - name: Checkout repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: fetch-depth: 0 # History plugin requires complete log # Defines Git settings used for updating packages diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 702c2aa..3e5f897 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: GIST_ID_TEST: steps: - name: Checkout repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: fetch-depth: 0 # Determination of changed packages requires complete log # Defines Git settings used for updating packages diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 8e64ac7..b162c47 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -27,7 +27,7 @@ jobs: GIST_ID: 95bd06a2adf814823623f01cf4a7f871 steps: - name: Checkout repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: fetch-depth: 0 # History plugin requires complete log token: ${{ secrets.GITHUBREPO_API_KEY }} # Use a token from swissgrc-bot user, since it has permission to bypass branch protection policy