6262 corepack enable
6363
6464 - name : Setup Node.js
65- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
65+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
6666 with :
6767 node-version : 22
6868 cache : ' pnpm'
@@ -106,7 +106,7 @@ jobs:
106106 uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
107107
108108 - name : Setup Node.js
109- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
109+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
110110 with :
111111 node-version : 22
112112 cache : ' pnpm'
@@ -128,7 +128,7 @@ jobs:
128128 fi
129129
130130 - name : Cache Playwright Browsers
131- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
131+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
132132 with :
133133 path : ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
134134 key : playwright-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
@@ -177,7 +177,7 @@ jobs:
177177 uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
178178
179179 - name : Setup Node.js ${{ matrix.node_version }}
180- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
180+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
181181 with :
182182 node-version : ${{ matrix.node_version }}
183183 cache : ' pnpm'
@@ -199,7 +199,7 @@ jobs:
199199 fi
200200
201201 - name : Cache Playwright Browsers
202- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
202+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
203203 with :
204204 path : ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
205205 key : playwright-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
0 commit comments