Skip to content

Commit 9fc7cb7

Browse files
committed
Update GitHub Actions
1 parent f28ae1e commit 9fc7cb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
- name: Cache images
2424
uses: actions/cache@v4
2525
with:
2626
path: node_modules/.cache/astro-optimize-images
2727
key: image-cache-${{ runner.os }}-${{ hashFiles('**/src/assets/**') }}
2828
restore-keys: image-cache-${{ runner.os }}-
2929
- name: Install dependencies and build and upload website
30-
uses: withastro/action@v2
30+
uses: withastro/action@v5
3131
with:
3232
node-version: lts/*
3333

0 commit comments

Comments
 (0)