@@ -37,29 +37,29 @@ jobs:
3737 image : cypress/browsers:node-20.16.0-chrome-127.0.6533.88-1-ff-128.0.3-edge-127.0.2651.74-1
3838 options : --user 1001
3939 steps :
40- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
41- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
40+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
41+ - uses : pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
4242 - name : Setup Node.js
43- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
43+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
4444 with :
4545 node-version-file : ' .node-version'
4646 - name : Cache snapshots
4747 id : cache-snapshot
48- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4949 with :
5050 path : ./cypress/snapshots
5151 key : ${{ runner.os }}-snapshots-${{ env.targetHash }}
5252
5353 # If a snapshot for a given Hash is not found, we checkout that commit, run the tests and cache the snapshots.
5454 - name : Switch to base branch
5555 if : ${{ steps.cache-snapshot.outputs.cache-hit != 'true' }}
56- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
56+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
5757 with :
5858 ref : ${{ env.targetHash }}
5959
6060 - name : Install dependencies
6161 if : ${{ steps.cache-snapshot.outputs.cache-hit != 'true' }}
62- uses : cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
62+ uses : cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0
6363 with :
6464 # just perform install
6565 runTests : false
@@ -88,13 +88,13 @@ jobs:
8888 spec_pattern : ${{ steps.scope.outputs.spec_pattern }}
8989 matrix : ${{ steps.scope.outputs.matrix }}
9090 steps :
91- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
91+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
9292 with :
9393 # Need enough history to diff against the base commit.
9494 fetch-depth : 0
9595
9696 - name : Setup Node.js
97- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
97+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
9898 with :
9999 node-version-file : ' .node-version'
100100
@@ -181,26 +181,26 @@ jobs:
181181 matrix :
182182 containers : ${{ fromJSON(needs.detect-scope.outputs.matrix) }}
183183 steps :
184- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
184+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
185185
186- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
186+ - uses : pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
187187 # uses version from "packageManager" field in package.json
188188
189189 - name : Setup Node.js
190- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
190+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
191191 with :
192192 node-version-file : ' .node-version'
193193
194194 # These cached snapshots are downloaded, providing the reference snapshots.
195195 - name : Cache snapshots
196196 id : cache-snapshot
197- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
197+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
198198 with :
199199 path : ./cypress/snapshots
200200 key : ${{ runner.os }}-snapshots-${{ env.targetHash }}
201201
202202 - name : Install dependencies
203- uses : cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
203+ uses : cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0
204204 with :
205205 runTests : false
206206
@@ -216,7 +216,7 @@ jobs:
216216 # Install NPM dependencies, cache them correctly
217217 # and run all Cypress tests (or a scoped subset when detect-scope fires).
218218 - name : Cypress run
219- uses : cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
219+ uses : cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0
220220 id : cypress
221221 with :
222222 install : false
@@ -249,7 +249,7 @@ jobs:
249249 VITEST_COVERAGE : true
250250
251251 - name : Upload Coverage to Codecov
252- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
252+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
253253 # Run step only pushes to develop and pull_requests
254254 if : ${{ steps.cypress.conclusion == 'success' && (github.event_name == 'pull_request' || github.ref == 'refs/heads/develop')}}
255255 with :
0 commit comments