Skip to content

Commit a6745fd

Browse files
authored
Merge pull request #4 from HapticTide/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 64dca45 + 21bc5fa commit a6745fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626

2727
- name: Show toolchain
2828
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737

0 commit comments

Comments
 (0)