From 9a69cd1343944da9b77555d7dbecc42e9794a2e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:55:03 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.3 --- .github/workflows/actionlint.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/review.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 5187894..4186a1c 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.2 + - uses: actions/checkout@v6.0.3 - name: actionlint uses: reviewdog/action-actionlint@v1.72.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54b767b..534c534 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: runs-on: ${{ matrix.ghimage }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: submodules: true @@ -142,7 +142,7 @@ jobs: runs-on: ${{ matrix.ghimage }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Get Rust toolchain id: toolchain @@ -196,7 +196,7 @@ jobs: runs-on: ${{ matrix.ghimage }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: docker/metadata-action@v6.1.0 id: meta diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 0f50259..85fbae6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -33,7 +33,7 @@ jobs: runs-on: ${{ matrix.ghimage }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Get Rust toolchain id: toolchain