From 57902310e121499e39039c543cfc3bd83a98726c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:08:46 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the dependencies group Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 998db6a..8ea15bc 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - name: Install xcbeautify run: | DEBIAN_FRONTEND=noninteractive apt-get update @@ -106,7 +106,7 @@ jobs: permissions: { actions: write, contents: read, security-events: write } steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Mark repo safe run: | git config --global --add safe.directory "${GITHUB_WORKSPACE}"