From 9692818366217da0cb0945c20602a68f12a1899b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 03:01:13 +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/is-next-compat.yml | 2 +- .github/workflows/is-nextjestjs-swc-comat.yml | 2 +- .github/workflows/run-apollo-app-example.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/is-next-compat.yml b/.github/workflows/is-next-compat.yml index 4f57cab..20a08c8 100644 --- a/.github/workflows/is-next-compat.yml +++ b/.github/workflows/is-next-compat.yml @@ -56,7 +56,7 @@ jobs: /[":<>|*?\\\/=,\s'"'"']/g,"-")}`' >> "$GITHUB_OUTPUT" - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/is-nextjestjs-swc-comat.yml b/.github/workflows/is-nextjestjs-swc-comat.yml index 9746f06..67de785 100644 --- a/.github/workflows/is-nextjestjs-swc-comat.yml +++ b/.github/workflows/is-nextjestjs-swc-comat.yml @@ -53,7 +53,7 @@ jobs: /[":<>|*?\\\/=,\s'"'"']/g,"-")}`' >> "$GITHUB_OUTPUT" - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/run-apollo-app-example.yml b/.github/workflows/run-apollo-app-example.yml index 695d538..ff129af 100644 --- a/.github/workflows/run-apollo-app-example.yml +++ b/.github/workflows/run-apollo-app-example.yml @@ -59,7 +59,7 @@ jobs: /[":<>|*?\\\/=,\s'"'"']/g,"-")}`' >> "$GITHUB_OUTPUT" - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false