diff --git a/.github/workflows/guard_template.yml b/.github/workflows/guard_template.yml index 14164e2..bbe2219 100644 --- a/.github/workflows/guard_template.yml +++ b/.github/workflows/guard_template.yml @@ -19,7 +19,7 @@ jobs: echo "🔎 Branch is ${{ github.ref }} in ${{ github.repository }}." - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Guard the main branch run: | diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index bdc37d3..08fc8bc 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0