Skip to content

Commit 083b801

Browse files
build(deps): 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](actions/checkout@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] <[email protected]>
1 parent 8224393 commit 083b801

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: macos-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: "Select Latest Xcode"
1818
uses: maxim-lobanov/setup-xcode@c51a66b42363123fa82a6cfe02c60af4281dab93

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: macos-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: "Select Latest Xcode"
1818
uses: maxim-lobanov/setup-xcode@c51a66b42363123fa82a6cfe02c60af4281dab93

.github/workflows/publish-pod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
publish-cocoapods:
1515
runs-on: macos-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
token: ${{ secrets.AUTOMATION_USER_TOKEN }}
2020
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
# Check out the repo with credentials that can bypass branch protection, and fetch git history instead of just latest commit
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
with:
3636
token: ${{ secrets.AUTOMATION_USER_TOKEN }}
3737
fetch-depth: 0

.github/workflows/tvos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: macos-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: "Select Latest Xcode"
1818
uses: maxim-lobanov/setup-xcode@c51a66b42363123fa82a6cfe02c60af4281dab93

.github/workflows/watchos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: macos-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: "Select Latest Xcode"
1818
uses: maxim-lobanov/setup-xcode@c51a66b42363123fa82a6cfe02c60af4281dab93

0 commit comments

Comments
 (0)