@@ -35,15 +35,15 @@ jobs:
35
35
image : cypress/browsers:node-20.11.0-chrome-121.0.6167.85-1-ff-120.0-edge-121.0.2277.83-1
36
36
options : --user 1001
37
37
steps :
38
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
39
39
- uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
40
40
- name : Setup Node.js
41
41
uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
42
42
with :
43
43
node-version-file : ' .node-version'
44
44
- name : Cache snapshots
45
45
id : cache-snapshot
46
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
46
+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
47
47
with :
48
48
save-always : true
49
49
path : ./cypress/snapshots
52
52
# If a snapshot for a given Hash is not found, we checkout that commit, run the tests and cache the snapshots.
53
53
- name : Switch to base branch
54
54
if : ${{ steps.cache-snapshot.outputs.cache-hit != 'true' }}
55
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
55
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
56
56
with :
57
57
ref : ${{ env.targetHash }}
58
58
81
81
matrix :
82
82
containers : [1, 2, 3, 4, 5]
83
83
steps :
84
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
84
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
85
85
86
86
- uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
87
87
# uses version from "packageManager" field in package.json
94
94
# These cached snapshots are downloaded, providing the reference snapshots.
95
95
- name : Cache snapshots
96
96
id : cache-snapshot
97
- uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
97
+ uses : actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
98
98
with :
99
99
path : ./cypress/snapshots
100
100
key : ${{ runner.os }}-snapshots-${{ env.targetHash }}
@@ -139,7 +139,7 @@ jobs:
139
139
SPLIT_FILE : ' cypress/timings.json'
140
140
141
141
- name : Upload Coverage to Codecov
142
- uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
142
+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6 .0
143
143
# Run step only pushes to develop and pull_requests
144
144
if : ${{ steps.cypress.conclusion == 'success' && (github.event_name == 'pull_request' || github.ref == 'refs/heads/develop')}}
145
145
with :
0 commit comments