diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 111cf4598..ff2460f66 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/htmltest.yml b/.github/workflows/htmltest.yml index 864dcd746..03e0e74d1 100644 --- a/.github/workflows/htmltest.yml +++ b/.github/workflows/htmltest.yml @@ -7,7 +7,7 @@ jobs: name: Htmltest runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/metadata-docs.yml b/.github/workflows/metadata-docs.yml index d83dfab9e..61f20edb6 100644 --- a/.github/workflows/metadata-docs.yml +++ b/.github/workflows/metadata-docs.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout pattern repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ${{ env.PATTERN_DIR }} @@ -75,7 +75,7 @@ jobs: working-directory: ${{ env.PATTERN_DIR }} - name: Checkout docs repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ${{ env.DOCS_DIR }} repository: ${{ env.DOCS_REPO }} diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 30e93f007..06f3e694e 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0