diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5b4abc0..bd83952 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install, build, and upload your site uses: withastro/action@v5 diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 3fa666a..0c3523c 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install, build, and upload your site uses: withastro/action@v5