diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef5d5a5..9dc4779 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,9 +19,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install, build, and upload your site - uses: withastro/action@v1 + uses: withastro/action@v3 # 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) @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artecfact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: github-pages - name: Untar @@ -40,7 +40,7 @@ jobs: mkdir public tar xf artifact.tar -C public/ - name: Deploy - uses: peaceiris/actions-gh-pages@v3.7.3 + uses: peaceiris/actions-gh-pages@v4 with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} external_repository: snowcamp/snowcamp.github.io diff --git a/.github/workflows/update_voxxrin.yml b/.github/workflows/update_voxxrin.yml index fc48ab1..8af142d 100644 --- a/.github/workflows/update_voxxrin.yml +++ b/.github/workflows/update_voxxrin.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: update env: VOXXRIN_TOKEN: ${{ secrets.VOXXRIN_TOKEN }}