@@ -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
40+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
4141 - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
4242 - name : Setup Node.js
43- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 .2.0
43+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 .2.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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@84d178e4bbce871e23f2ffa3085898cde0e4f0ec # v7.1.2
6363 with :
6464 # just perform install
6565 runTests : false
@@ -82,26 +82,26 @@ jobs:
8282 matrix :
8383 containers : [1, 2, 3, 4, 5]
8484 steps :
85- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
85+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
8686
8787 - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
8888 # uses version from "packageManager" field in package.json
8989
9090 - name : Setup Node.js
91- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 .2.0
91+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 .2.0
9292 with :
9393 node-version-file : ' .node-version'
9494
9595 # These cached snapshots are downloaded, providing the reference snapshots.
9696 - name : Cache snapshots
9797 id : cache-snapshot
98- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
98+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9999 with :
100100 path : ./cypress/snapshots
101101 key : ${{ runner.os }}-snapshots-${{ env.targetHash }}
102102
103103 - name : Install dependencies
104- uses : cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
104+ uses : cypress-io/github-action@84d178e4bbce871e23f2ffa3085898cde0e4f0ec # v7.1.2
105105 with :
106106 runTests : false
107107
@@ -117,7 +117,7 @@ jobs:
117117 # Install NPM dependencies, cache them correctly
118118 # and run all Cypress tests
119119 - name : Cypress run
120- uses : cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
120+ uses : cypress-io/github-action@84d178e4bbce871e23f2ffa3085898cde0e4f0ec # v7.1.2
121121 id : cypress
122122 with :
123123 install : false
0 commit comments