diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 98c9d60..e152156 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -13,7 +13,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v5.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 b9c91a4..25b1611 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -18,7 +18,7 @@ jobs: validate-build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v5.0.0 with: fetch-depth: 0 @@ -102,7 +102,7 @@ jobs: validate-content: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v5.0.0 with: fetch-depth: 0 @@ -162,7 +162,7 @@ jobs: validate-images: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v5.0.0 - name: Check Image References run: |