From 12eb2b9268400839d91fdf76ef154f89f69f8a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:01:09 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/ci.yml | 10 +++++----- .github/workflows/danger.yml | 2 +- .github/workflows/pod-lint.yml | 2 +- .github/workflows/spm.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f04da54..f18a8bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: unit tests run: | @@ -59,7 +59,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: unit tests run: | @@ -75,7 +75,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: test run: | @@ -91,7 +91,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: unit tests run: | @@ -107,7 +107,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: example tests run: | diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 3768bc7..6631cbf 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -16,7 +16,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: ruby versions run: | diff --git a/.github/workflows/pod-lint.yml b/.github/workflows/pod-lint.yml index 33b8fb7..7cd59af 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@v6 - name: ruby versions run: | diff --git a/.github/workflows/spm.yml b/.github/workflows/spm.yml index e4ab819..806dae0 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@v6 - name: xcode version run: xcodebuild -version -sdk