We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28ae1e commit 9fc7cb7Copy full SHA for 9fc7cb7
1 file changed
.github/workflows/deploy.yml
@@ -19,15 +19,15 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
23
- name: Cache images
24
uses: actions/cache@v4
25
with:
26
path: node_modules/.cache/astro-optimize-images
27
key: image-cache-${{ runner.os }}-${{ hashFiles('**/src/assets/**') }}
28
restore-keys: image-cache-${{ runner.os }}-
29
- name: Install dependencies and build and upload website
30
- uses: withastro/action@v2
+ uses: withastro/action@v5
31
32
node-version: lts/*
33
0 commit comments