Skip to content

Commit e7c1782

Browse files
Bump actions/checkout from 6 to 7 (#72)
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](actions/checkout@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c541226 commit e7c1782

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: macOS-13
3535
steps:
3636
- name: git checkout
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838

3939
- name: unit tests
4040
run: |
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: macOS-13
5151
steps:
5252
- name: git checkout
53-
uses: actions/checkout@v6
53+
uses: actions/checkout@v7
5454

5555
- name: ui tests
5656
run: |

.github/workflows/pod-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macOS-13
2121
steps:
2222
- name: git checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
- name: pod lint
2626
run: pod lib lint --verbose

.github/workflows/spm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macOS-13
2121
steps:
2222
- name: git checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
- name: xcode version
2626
run: xcodebuild -version -sdk

0 commit comments

Comments
 (0)