From f3f62cb4f77d7c706f7265d9bd61c818de3bce37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20H=C3=B6lting?= <87192362+moritz-hoelting@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:32:53 +0100 Subject: [PATCH] update github action versions --- .github/workflows/astro.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index bf711e2..0d33785 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -19,9 +19,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Install, build, and upload your site output - uses: withastro/action@v2 + uses: withastro/action@v5 with: # 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)