File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 31
31
version : 9.12.0
32
32
33
33
- name : Setup Node.js
34
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
34
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
35
35
with :
36
36
node-version : ' 18.20.0'
37
37
cache : ' pnpm'
Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ jobs:
71
71
with :
72
72
fetch-depth : 0
73
73
- name : Setup node
74
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
74
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
75
75
with :
76
76
node-version : ' 18.20.0'
77
77
- uses : pnpm/action-setup@v4
78
78
with :
79
79
version : 9.12.0
80
80
- name : Restore cached npm dependencies
81
- uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
81
+ uses : actions/cache/restore@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
82
82
with :
83
83
path : node_modules
84
84
key : npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
85
85
- name : Restore cached Cypress binary
86
- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
86
+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
87
87
with :
88
88
path : ~/.cache/Cypress
89
89
key : cypress-cache-${{ hashFiles('pnpm-lock.yaml') }}
@@ -93,12 +93,12 @@ jobs:
93
93
run : |
94
94
npx cypress install
95
95
- name : Cache npm dependencies
96
- uses : actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
96
+ uses : actions/cache/save@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
97
97
with :
98
98
path : node_modules
99
99
key : npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
100
100
- name : Cache Cypress binary
101
- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
101
+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
102
102
with :
103
103
path : ~/.cache/Cypress
104
104
key : cypress-cache-${{ hashFiles('pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 48
48
version : 9.12.0
49
49
50
50
- name : Setup Node.js
51
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
51
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
52
52
with :
53
53
node-version : ' 18.20.0'
54
54
registry-url : https://registry.npmjs.org
Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ jobs:
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Setup node
17
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
17
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
18
18
with :
19
19
node-version : ' 18.20.0'
20
20
- uses : pnpm/action-setup@v4
21
21
with :
22
22
version : 9.12.0
23
23
- name : Restore cached npm dependencies
24
- uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
24
+ uses : actions/cache/restore@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
25
25
with :
26
26
path : node_modules
27
27
key : npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
28
28
- name : Install dependencies
29
29
run : pnpm install --frozen-lockfile
30
30
- name : Cache npm dependencies
31
- uses : actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
31
+ uses : actions/cache/save@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
32
32
with :
33
33
path : node_modules
34
34
key : npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
# Drafts your next Release notes as Pull Requests are merged into "master"
22
- - uses : release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6
22
+ - uses : release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments