From 6b32176999f3b86d1b7d7872ebfc5dc77a16b03c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:09:08 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-publish-github-pages.yml | 2 +- .github/workflows/gateway-conformance.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish-github-pages.yml b/.github/workflows/build-and-publish-github-pages.yml index 3b22ca57..4ce9a0c7 100644 --- a/.github/workflows/build-and-publish-github-pages.yml +++ b/.github/workflows/build-and-publish-github-pages.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: | npm install diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index 029ef151..9c09a37b 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -24,7 +24,7 @@ jobs: gateways: ${{ steps.set-matrix.outputs.gateways }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set matrix data id: set-matrix run: | @@ -99,7 +99,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Download Artifacts uses: actions/download-artifact@v4 with: