Skip to content

Commit e804c3d

Browse files
Bump actions/checkout from 5 to 6 (#73)
1 parent 2d314ba commit e804c3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
continue-on-error: true
1111
steps:
1212
# check all links in the md files to see if they are correct (http 200)
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414

1515
- uses: rajbos-actions/github-action-markdown-link-check@v1
1616
with:

.github/workflows/dev-to-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
concurrency: once
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- run: npm install axios
2020
- name: Sync to dev-to
2121
uses: actions/github-script@v8

0 commit comments

Comments
 (0)