update github action versions

This commit is contained in:
Moritz Hölting 2026-03-18 18:32:53 +01:00
parent 2828d3d166
commit f3f62cb4f7
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout your repository using git - name: Checkout your repository using git
uses: actions/checkout@v3 uses: actions/checkout@v6
- name: Install, build, and upload your site output - name: Install, build, and upload your site output
uses: withastro/action@v2 uses: withastro/action@v5
with: with:
# path: . # The root location of your Astro project inside the repository. (optional) # path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) # node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)