From 1e63d5ab8dc9333bd3053ae534a23c0daaa0799e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:47:46 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v7 (#40) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pin-readme.yml | 2 +- pack/action.yml | 2 +- pr/action.yml | 2 +- release/action.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e3a441..683f954 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false - run: corepack enable @@ -46,7 +46,7 @@ jobs: # once code scanning is enabled under Settings -> Code security. security-events: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false diff --git a/.github/workflows/pin-readme.yml b/.github/workflows/pin-readme.yml index 9e9f892..5f8d09a 100644 --- a/.github/workflows/pin-readme.yml +++ b/.github/workflows/pin-readme.yml @@ -21,7 +21,7 @@ jobs: permissions: contents: write # push the README update directly to main steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: main fetch-depth: 0 diff --git a/pack/action.yml b/pack/action.yml index 3dda35e..50f4eda 100644 --- a/pack/action.yml +++ b/pack/action.yml @@ -52,7 +52,7 @@ runs: - name: Checkout if: inputs.checkout == 'true' - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/pr/action.yml b/pr/action.yml index cdf693a..525f297 100644 --- a/pr/action.yml +++ b/pr/action.yml @@ -44,7 +44,7 @@ runs: - name: Checkout if: inputs.checkout == 'true' - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 token: ${{ inputs.token }} diff --git a/release/action.yml b/release/action.yml index f4f0511..ecb2f60 100644 --- a/release/action.yml +++ b/release/action.yml @@ -60,7 +60,7 @@ runs: - name: Checkout if: inputs.checkout == 'true' - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 ref: ${{ github.event.pull_request.merge_commit_sha }} -- 2.51.2