From 455c0a8df8565005158e202914f59df061f58de8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:01:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/check-hooks.yml | 2 +- .github/workflows/check.yml | 2 +- .github/workflows/commits.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-hooks.yml b/.github/workflows/check-hooks.yml index e7b233c..a599dd2 100644 --- a/.github/workflows/check-hooks.yml +++ b/.github/workflows/check-hooks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: # fetch all history so checks (e.g. gitleaks) can check the full history fetch-depth: 0 diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 59236a2..de6b76b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup mise & tools uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index d6e2092..e919aea 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -10,7 +10,7 @@ jobs: verify-commits: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # https://github.com/taskmedia/action-conventional-commits - uses: taskmedia/action-conventional-commits@e611e6d5471dc1853d7ab1642ed07c6abe28eb1d # v1.1.26 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6cff500..3b43ff6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: # fetch-depth 0 is required to fetch all tags (and to determine the version based on tags) fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d14b4a8..7214efa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: release-version: ${{ steps.release.outputs.new_release_version }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: # fetch-depth 0 is required to fetch all tags (and to determine the version based on tags) fetch-depth: 0