Skip to content

Commit bcb95fa

Browse files
authored
Bump actions/checkout from 5 to 6 (#22)
Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist creds to a separate file by @​ericsciple in actions/checkout#2286 v6-beta by @​ericsciple in actions/checkout#2298 update readme/changelog for v6 by @​ericsciple in actions/checkout#2311
2 parents 7f9d129 + 2564ffe commit bcb95fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ github.event.repository.name != 'scream' }}
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
persist-credentials: false
2424
show-progress: false

.github/workflows/md-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
linter:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
- uses: tj-actions/changed-files@v47

0 commit comments

Comments
 (0)