chore(deps): update actions/checkout action to v7 #28

Merged
renovate-bot merged 1 commits from renovate/actions-checkout-7.x into main 2026-06-25 20:11:42 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 58c8bd36cf - Show all commits
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- name: Increment tag
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
name: Test get-repo-name
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- id: repo
uses: ./get-repo-name
- run: |