File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
15
15
NODE_VERSION : [18.x, 20.x, 22.x]
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
20
20
- name : Install xsltproc & ImageMagick
21
21
run : |
22
22
sudo apt-get install xsltproc imagemagick
23
23
24
24
- name : Use Node.js ${{ matrix.NODE_VERSION }}
25
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
25
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
26
26
with :
27
27
node-version : ${{ matrix.NODE_VERSION }}
28
28
29
29
- name : Cache
30
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
30
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
31
31
with :
32
32
path : ~/.npm
33
33
key : ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments