From fa53e31608fbb863e2d70302ce75f9e167ab40fa Mon Sep 17 00:00:00 2001 From: KayZ Date: Wed, 20 May 2026 00:59:57 -0600 Subject: [PATCH 1/2] Update deploy-githubpages.yml --- .github/workflows/deploy-githubpages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-githubpages.yml b/.github/workflows/deploy-githubpages.yml index 5c432b2d..d6ef66f4 100644 --- a/.github/workflows/deploy-githubpages.yml +++ b/.github/workflows/deploy-githubpages.yml @@ -23,9 +23,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install, build, and upload your site - uses: withastro/action@v3 + uses: withastro/action@v6 with: node-version: 24 # path: . # The root location of your Astro project inside the repository. (optional) @@ -41,4 +41,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v6 From 6341645d82dce04967db1d200ff1aac82f4e1f82 Mon Sep 17 00:00:00 2001 From: KayZ Date: Wed, 20 May 2026 01:06:42 -0600 Subject: [PATCH 2/2] Update azure-static-web-apps-happy-mushroom-0564bdf0f.yml --- .../azure-static-web-apps-happy-mushroom-0564bdf0f.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-happy-mushroom-0564bdf0f.yml b/.github/workflows/azure-static-web-apps-happy-mushroom-0564bdf0f.yml index 454fb21d..22aa35e8 100644 --- a/.github/workflows/azure-static-web-apps-happy-mushroom-0564bdf0f.yml +++ b/.github/workflows/azure-static-web-apps-happy-mushroom-0564bdf0f.yml @@ -16,7 +16,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: submodules: true lfs: false