4343
4444 steps :
4545 - name : Checkout repository
46- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
46+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
4747
4848 - name : Set up Node.js
4949 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5555 run : npm ci
5656
5757 - name : Cache Astro build artifacts
58- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
58+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
5959 with :
6060 path : node_modules/.astro
6161 key : astro-cache-${{ runner.os }}-${{ hashFiles('src/**/*', 'public/**/*', 'astro.config.mjs', 'tsconfig.astro.json', 'package-lock.json') }}
8181
8282 steps :
8383 - name : Checkout repository
84- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
84+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
8585
8686 - name : Set up Node.js
8787 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -111,7 +111,7 @@ jobs:
111111
112112 steps :
113113 - name : Checkout repository
114- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
114+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
115115
116116 - name : Set up Node.js
117117 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -129,7 +129,7 @@ jobs:
129129 path : dist-astro
130130
131131 - name : Cache Playwright Browsers
132- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
132+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
133133 id : playwright-cache
134134 with :
135135 path : ~/.cache/ms-playwright
@@ -187,7 +187,7 @@ jobs:
187187
188188 steps :
189189 - name : Checkout repository
190- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
190+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
191191
192192 - name : Set up Node.js
193193 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -205,7 +205,7 @@ jobs:
205205 path : dist-astro
206206
207207 - name : Cache Playwright Browsers
208- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
208+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
209209 id : playwright-cache
210210 with :
211211 path : ~/.cache/ms-playwright
0 commit comments