From 7631047896bb38847e22d7b2d863dd8934772377 Mon Sep 17 00:00:00 2001 From: Kaitlyn Alphonse Date: Mon, 20 Apr 2026 14:03:31 -0400 Subject: [PATCH] bump: actions/checkout from v4 to v6 in workflows/ --- .github/workflows/guard_template.yml | 2 +- .github/workflows/super-linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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