Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#88)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent c3f7963 commit 5012ba9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
destination: ["test_ios15", "test_tvos15","test_macos", "build_watchos"]
steps:
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ruby setup
uses: ruby/setup-ruby@v1
with:
Expand All @@ -70,7 +70,7 @@ jobs:
# destination: ["test_ios14", "test_tvos14","test_macos", "build_watchos_xcode12"]
# steps:
# - name: git checkout
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: ruby setup
# uses: ruby/setup-ruby@v1
# with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macOS-12
steps:
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ruby setup
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pod-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: macOS-12
steps:
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ruby versions
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: macOS-12
steps:
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: xcode version
run: xcodebuild -version -sdk
Expand Down

0 comments on commit 5012ba9

Please sign in to comment.