diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index d975128..ded9e66 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@v7.0.0 + - uses: actions/checkout@v7.0.1 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 644c01a..2143d95 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@v7.0.0 + - uses: actions/checkout@v7.0.1 with: fetch-depth: 0 @@ -110,7 +110,7 @@ jobs: validate-content: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 with: fetch-depth: 0 @@ -170,7 +170,7 @@ jobs: validate-images: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - name: Check Image References run: |