From 4251009c46d1da10395b2a6d131cc32361da285e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 05:41:13 +0000 Subject: [PATCH] :arrow_up: - Update actions/checkout action to v7.0.1 --- .github/workflows/actionlint.yml | 2 +- .github/workflows/bench.yml | 2 +- .github/workflows/check.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/detect-workspaces.yml | 2 +- .github/workflows/read-toolchain.yml | 2 +- .github/workflows/test-psql.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 37a1e57..c992fba 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -20,7 +20,7 @@ jobs: name: Lint workflows runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0 diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 268b0de..860cad3 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -26,7 +26,7 @@ jobs: matrix: workspace: ${{ fromJson(needs.detect-workspaces.outputs.matrix) }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1c6444f..cb9c244 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -32,7 +32,7 @@ jobs: matrix: workspace: ${{ fromJson(inputs.workspace) }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ inputs.target-repository }} ref: ${{ inputs.target-ref }} diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 46de370..af234d2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -26,7 +26,7 @@ jobs: # Set health checks to wait until postgres has started options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 diff --git a/.github/workflows/detect-workspaces.yml b/.github/workflows/detect-workspaces.yml index 2caaf23..0a48f56 100644 --- a/.github/workflows/detect-workspaces.yml +++ b/.github/workflows/detect-workspaces.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository_owner == 'ShuttlePub' && !contains(github.event.head_commit.message, '[CI-SKIP]') }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ inputs.target-repository }} ref: ${{ inputs.target-ref }} diff --git a/.github/workflows/read-toolchain.yml b/.github/workflows/read-toolchain.yml index 99c3a9e..d595fec 100644 --- a/.github/workflows/read-toolchain.yml +++ b/.github/workflows/read-toolchain.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository_owner == 'ShuttlePub' && !contains(github.event.head_commit.message, '[CI-SKIP]') }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ inputs.target-repository }} ref: ${{ inputs.target-ref }} diff --git a/.github/workflows/test-psql.yml b/.github/workflows/test-psql.yml index 8356d13..5beeb0c 100644 --- a/.github/workflows/test-psql.yml +++ b/.github/workflows/test-psql.yml @@ -40,7 +40,7 @@ jobs: env: WORKSPACE: ${{ inputs.workspace }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ inputs.target-repository }} ref: ${{ inputs.target-ref }}