We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d314ba commit e804c3dCopy full SHA for e804c3d
.github/workflows/action.yml
@@ -10,7 +10,7 @@ jobs:
10
continue-on-error: true
11
steps:
12
# check all links in the md files to see if they are correct (http 200)
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
15
- uses: rajbos-actions/github-action-markdown-link-check@v1
16
with:
.github/workflows/dev-to-sync.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
concurrency: once
17
18
19
- run: npm install axios
20
- name: Sync to dev-to
21
uses: actions/github-script@v8
0 commit comments