File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22
22
- name : Install xmllint
23
23
run : sudo apt-get install -y libxml2-utils
24
24
- name : Use Node.js ${{ matrix.node-version }}
25
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
25
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
26
26
with :
27
27
node-version : ${{ matrix.node-version }}
28
28
cache : ' npm'
Original file line number Diff line number Diff line change 22
22
MY_SITE : https://api.jquery.com
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26
26
27
27
- name : Run hydra-link-checker
28
28
run : |
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21
21
- name : Docsearch Scraper
22
22
shell : bash
23
23
run : |
You can’t perform that action at this time.
0 commit comments