diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4ca6c7e..44a4561 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: