diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2edb0b5..3bfb8b2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache Hugo resources uses: actions/cache@v4 env: @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 diff --git a/.github/workflows/update-theme.yml b/.github/workflows/update-theme.yml index c1a3a8f..9919b04 100644 --- a/.github/workflows/update-theme.yml +++ b/.github/workflows/update-theme.yml @@ -12,7 +12,7 @@ jobs: Update-FixIt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Hugo uses: peaceiris/actions-hugo@v3