Skip to content

Commit cd4e48e

Browse files
Merge pull request #2991 from Chia-Network/dependabot/github_actions/actions/checkout-7.0.0
Bump actions/checkout from 6 to 7
1 parent 9847386 commit cd4e48e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
- uses: actions/setup-node@v7
2121
with:
2222
# Use node version from '.nvmrc' instead of hardcoding here

0 commit comments

Comments
 (0)