From 016ac5f599ca08ea14bae10edf0eedaf15aa8c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:33:51 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-spelling.yml | 2 +- .github/workflows/qa.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 1cc5863..aea8381 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -26,7 +26,7 @@ jobs: steps: - name: 🤘 Checkout Code - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout - name: 🔽 Install Dependencies run: sudo npm install -g cspell diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index b504dd8..c1ae767 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha || github.sha }} @@ -72,7 +72,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha || github.sha }} @@ -114,7 +114,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha || github.sha }} @@ -156,7 +156,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 1 ref: ${{ github.sha }}