diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index f9bcd27d..1a6cb393 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.2 + - uses: actions/checkout@v6.0.3 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 82ecb94c..984f20bf 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.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 @@ -110,7 +110,7 @@ jobs: validate-content: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 @@ -170,7 +170,7 @@ jobs: validate-images: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Check Image References run: |