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 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