From 2229ecef74c916170249a8df795ab723e84e6cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:42:15 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pod-lint.yml | 2 +- .github/workflows/spm.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d69422d..261ef81 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@v6 + uses: actions/checkout@v7 - name: unit tests run: | @@ -50,7 +50,7 @@ jobs: runs-on: macOS-13 steps: - name: git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: ui tests run: | diff --git a/.github/workflows/pod-lint.yml b/.github/workflows/pod-lint.yml index b637f7f..6e1fece 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@v6 + uses: actions/checkout@v7 - name: pod lint run: pod lib lint --verbose diff --git a/.github/workflows/spm.yml b/.github/workflows/spm.yml index 5ccec81..8b34c10 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@v6 + uses: actions/checkout@v7 - name: xcode version run: xcodebuild -version -sdk