From 8bc4becd1669c262e0e45b5835be15bb90a4e1e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:12:56 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07650b3..e31011a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: outputs: sha: ${{ steps.commit_status.outputs.commit_status_sha }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Create pending status id: commit_status uses: ./create @@ -23,7 +23,7 @@ jobs: # Use newer os for more up-to-date shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run shellcheck on .sh and .bash files files run: | find . -name '*.sh' -exec shellcheck -s bash '{}' \+ @@ -34,7 +34,7 @@ jobs: needs: [shellcheck, create_status] if: ${{ always() }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Update commit status uses: ./update with: