From 9bc87739a1acd51ad98798f9b05665ce1d5dafd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 03:35:49 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/actionlint.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/review.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 5ffed43..49a3944 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -9,7 +9,7 @@ jobs: name: runner / actionlint runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4.3.0 + - uses: actions/checkout@v5.0.0 - name: actionlint uses: reviewdog/action-actionlint@v1.66.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67eb0e9..16125cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.ghimage }} steps: - - uses: actions/checkout@v4.3.0 + - uses: actions/checkout@v5.0.0 - run: | echo > targets.txt diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 1d68140..0e6dcd3 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.ghimage }} steps: - - uses: actions/checkout@v4.3.0 + - uses: actions/checkout@v5.0.0 - run: | echo > targets.txt