From 51adaaf419ec64417a283b5ccbf91c6cb1afb021 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:05:08 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 551932e..1f5e903 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: shell: [ash, bash, dash, mksh, zsh] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - run: docker-compose run ${{ matrix.shell }} - run: docker-compose run ${{ matrix.shell }} env: @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Build run: | docker-compose build