diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 88eb04b..3561fab 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -42,7 +42,7 @@ jobs: && sudo dpkg -i ${{ runner.temp }}/hugo.deb - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/theme-update.yml b/.github/workflows/theme-update.yml index b89c7e8..e79c2e5 100644 --- a/.github/workflows/theme-update.yml +++ b/.github/workflows/theme-update.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Go uses: actions/setup-go@v6