From 1817cd091943b42f611a3bd1a280a108145fbf79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:07:25 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pod-lint.yml | 2 +- .github/workflows/spm.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30aa0ce..83e3aec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: runs-on: macOS-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: unit tests run: | diff --git a/.github/workflows/pod-lint.yml b/.github/workflows/pod-lint.yml index ba29325..d699d4a 100644 --- a/.github/workflows/pod-lint.yml +++ b/.github/workflows/pod-lint.yml @@ -20,7 +20,7 @@ jobs: runs-on: macOS-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: ruby versions run: | diff --git a/.github/workflows/spm.yml b/.github/workflows/spm.yml index 1590740..4b25b01 100644 --- a/.github/workflows/spm.yml +++ b/.github/workflows/spm.yml @@ -20,7 +20,7 @@ jobs: runs-on: macOS-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: xcode version run: xcodebuild -version -sdk