diff --git a/.github/workflows/render-docs.yml b/.github/workflows/render-docs.yml index 13a8d214c..18295b24c 100644 --- a/.github/workflows/render-docs.yml +++ b/.github/workflows/render-docs.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Setup pandoc diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index cab6caeb6..c3c5abab2 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -39,7 +39,7 @@ jobs: # Checkout the code base # ########################## - 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