Skip to content

Commit 509c84d

Browse files
committed
Build: Fix spider-check.yaml syntax, and fix actions/checkout deprecation warning
Follows-up 52f94a1.
1 parent 10291fe commit 509c84d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/spider-check.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ on:
1616
jobs:
1717
spider-check:
1818
if: ${{ github.repository_owner == 'jquery' }} # skip on forks
19-
env:
20-
MY_SITE: https://api.jquery.com
2119
runs-on: ubuntu-latest
2220
env:
2321
# Site address to crawl
2422
MY_SITE: https://api.jquery.com
2523
steps:
26-
- name: Checkout repo
27-
uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2825

2926
- name: Run hydra-link-checker
3027
run: |

0 commit comments

Comments
 (0)