File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
14
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
16
16
- name : Read .nvmrc
17
17
id : node_version
18
18
run : echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
19
19
20
20
- name : Set up node
21
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
21
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
22
22
with :
23
23
node-version : ${{ steps.node_version.outputs.NODE_VERSION }}
24
24
25
25
- name : Cache dependencies
26
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
26
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
27
27
with :
28
28
path : ~/.npm
29
29
key : ${{ runner.os }}-node-${{ steps.node_version.outputs.NODE_VERSION }}-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
18
- name : Read .nvmrc
19
19
id : node_version
20
20
run : echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
21
21
22
22
- name : Set up node
23
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
23
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
24
24
with :
25
25
node-version : ${{ steps.node_version.outputs.NODE_VERSION }}
26
26
27
27
- name : Cache dependencies
28
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
28
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
29
29
with :
30
30
path : ~/.npm
31
31
key : ${{ runner.os }}-node-${{ steps.node_version.outputs.NODE_VERSION }}-${{ hashFiles('**/package-lock.json') }}
39
39
name : Build
40
40
41
41
- name : Upload gatsby artifact
42
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
42
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
43
43
with :
44
44
name : gatsby-build
45
45
path : ./public
@@ -49,10 +49,10 @@ jobs:
49
49
needs : build
50
50
51
51
steps :
52
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
52
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
53
54
54
- name : Set up Python
55
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
55
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
56
56
with :
57
57
python-version : 3.12
58
58
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
11
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
12
13
13
- name : Set up Python
14
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
14
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
15
15
with :
16
16
python-version : 3.12
17
17
You can’t perform that action at this time.
0 commit comments