Skip to content

Commit 2ca0cab

Browse files
Update actions/checkout action to v7
1 parent 563ff1f commit 2ca0cab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: echo "${{ toJSON(github.event.inputs) }}"
3535

3636
- name: Clone Repository
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
with:
3939
fetch-depth: 0
4040

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: [windows-latest, ubuntu-latest, macos-latest]
1313
steps:
1414
- name: Clone Repository
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)