From 5145bf8548d58d9ae30a471ec6e6769d7673f05d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:50:37 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.2 --- .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 c2321d5..68320c8 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@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: actionlint uses: reviewdog/action-actionlint@v1.69.1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d07e6b..b2a2eeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.ghimage }} steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - run: | echo > targets.txt diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 3a333c2..9d7fa79 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.ghimage }} steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - run: | echo > targets.txt