diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index e5c59f8..d975128 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -15,7 +15,7 @@ jobs: env: HUGO_CACHEDIR: ${{ github.workspace }}/.hugo_cache steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 4771be6..644c01a 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -25,7 +25,7 @@ jobs: env: HUGO_CACHEDIR: ${{ github.workspace }}/.hugo_cache steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 @@ -110,7 +110,7 @@ jobs: validate-content: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 @@ -170,7 +170,7 @@ jobs: validate-images: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Check Image References run: |