This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188
188
PACKER_VAGRANT_PROVIDER=$(echo "${STAGE}" | sed 's/.*-\([^@]*\).*/\1/')
189
189
EOF
190
190
191
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
191
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
192
192
with :
193
193
submodules : true
194
194
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
24
24
- name : Restore lychee cache
25
25
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
Original file line number Diff line number Diff line change 15
15
markdown-mdspell :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
20
20
- name : Install Node.js
21
21
uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
Original file line number Diff line number Diff line change 15
15
packer-templates :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
with :
20
20
submodules : true
21
21
Original file line number Diff line number Diff line change 12
12
remote_build_server-check :
13
13
runs-on : ubuntu-24.04
14
14
steps :
15
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
with :
17
17
submodules : true
18
18
You can’t perform that action at this time.
0 commit comments