From 0f5ec0c4739dfc12e4c1c5886f8c9d8f882378e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:11:33 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/acceptance-tests.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/create-react-app-server.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 57bf3a0c..0ab1bb2b 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -10,7 +10,7 @@ jobs: acceptance-tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09123c0f..d2a39b38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache node modules uses: actions/cache@v3 with: diff --git a/.github/workflows/create-react-app-server.yml b/.github/workflows/create-react-app-server.yml index a99bf862..d2ba746b 100644 --- a/.github/workflows/create-react-app-server.yml +++ b/.github/workflows/create-react-app-server.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: google-github-actions/auth@v3 with: