File tree 7 files changed +12
-12
lines changed
7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 19
19
using : composite
20
20
- name : Restore ${{ inputs.name }}
21
21
id : restore-ref-artifact
22
- uses : actions/cache@v3
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : |
25
25
./${{ inputs.package }}/dist-${{ inputs.ref }}${{ inputs.ext }}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ inputs:
50
50
runs :
51
51
using : composite
52
52
steps :
53
- - uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4 .0
53
+ - uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0 .0
54
54
- uses : actions/setup-node@v4
55
55
with :
56
56
registry-url : ' https://registry.npmjs.org'
63
63
64
64
- name : ' Setup local TurboRepo server'
65
65
if : ${{ inputs.repo-token }}
66
- uses : felixmosh/turborepo-gh-artifacts@v2
66
+ uses : felixmosh/turborepo-gh-artifacts@v3
67
67
with :
68
68
repo-token : ${{ inputs.repo-token }}
69
69
97
97
98
98
- name : Restore Broccoli Cache
99
99
if : ${{ inputs.restore-broccoli-cache == 'true' }}
100
- uses : actions/cache@v3
100
+ uses : actions/cache@v4
101
101
with :
102
102
path : |
103
103
${{ github.workspace }}/.broccoli-cache
@@ -111,7 +111,7 @@ runs:
111
111
112
112
- name : Restore Lint Caches
113
113
if : ${{ inputs.restore-lint-caches == 'true' }}
114
- uses : actions/cache@v3
114
+ uses : actions/cache@v4
115
115
with :
116
116
path : |
117
117
.eslintcache
Original file line number Diff line number Diff line change 27
27
with :
28
28
fetch-depth : 3
29
29
- run : git fetch origin main --depth=1
30
- - uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4 .0
30
+ - uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0 .0
31
31
- uses : actions/setup-node@v4
32
32
with :
33
33
node-version : 19.x
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16
- - uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4 .0
16
+ - uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0 .0
17
17
- uses : actions/setup-node@v4
18
18
with :
19
19
node-version : 19.x
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
37
- - uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4 .0
37
+ - uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0 .0
38
38
- uses : actions/setup-node@v4
39
39
with :
40
40
node-version : 19.x
Original file line number Diff line number Diff line change 95
95
96
96
- name : Check for Test Failure Retry
97
97
id : retry-test-failures
98
- uses : actions/cache/restore@v3
98
+ uses : actions/cache/restore@v4
99
99
with :
100
100
path : failed-test-log.txt
101
101
key : failed-test-log_${{ github.sha }}
@@ -131,7 +131,7 @@ jobs:
131
131
132
132
- name : Maybe Cache Failures
133
133
if : always()
134
- uses : actions/cache/save@v3
134
+ uses : actions/cache/save@v4
135
135
with :
136
136
path : failed-test-log.txt
137
137
key : failed-test-log_${{ github.sha }}
Original file line number Diff line number Diff line change 38
38
originSha=$(git rev-parse HEAD^2)
39
39
echo $originSha > tmp/sha-for-commit.txt
40
40
git show --format=short --no-patch $originSha
41
- - uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4 .0
41
+ - uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0 .0
42
42
- uses : actions/setup-node@v4
43
43
with :
44
44
node-version : 19.x
Original file line number Diff line number Diff line change 38
38
originSha=$(git rev-parse HEAD^2)
39
39
echo $originSha > tmp/sha-for-commit.txt
40
40
git show --format=short --no-patch $originSha
41
- - uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4 .0
41
+ - uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0 .0
42
42
- uses : actions/setup-node@v4
43
43
with :
44
44
node-version : 19.x
You can’t perform that action at this time.
0 commit comments