diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8759abea9..df8f874f1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -9,7 +9,7 @@ jobs: deploy: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 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 e4ddea488..cbd24ec7b 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@v6 + - uses: actions/checkout@v7 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 57f0a825d..36ed29c56 100644 --- a/.github/workflows/metadata-docs.yml +++ b/.github/workflows/metadata-docs.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout pattern repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ${{ env.PATTERN_DIR }} @@ -102,7 +102,7 @@ jobs: fi - name: Checkout docs repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ${{ env.DOCS_DIR }} repository: ${{ env.DOCS_REPO }} diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index fca55cb61..29ce2a25f 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0