From 67a8da98420868d84a242ad74ed47455fc361283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:32:42 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 in the dependencies group Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65a1518..9fce9ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Install xcbeautify run: brew install xcbeautify - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run tests env: DESTINATION: ${{ format('platform={0},{1}', matrix.platform, matrix.destination) }} @@ -77,7 +77,7 @@ jobs: container: ${{ matrix.swift-image }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install xcbeautify run: | DEBIAN_FRONTEND=noninteractive apt-get update @@ -104,7 +104,7 @@ jobs: contents: write steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up dependencies run: | git config --global --add safe.directory "${GITHUB_WORKSPACE}"