Skip to content

Commit b57a0f5

Browse files
Bump actions/checkout from 3 to 4
--- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1b6f63 commit b57a0f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: maxim-lobanov/setup-xcode@v1
1414
with:
1515
xcode-version: '14'
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- run: swiftlint Sources/ example/
1818
- run: pod lib lint --allow-warnings

.github/workflows/tag_and_deploy_to_cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: macos-13
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
xcode-version: '15.2'
2222

2323
- name: Checkout project sources
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
# This step and the Install Colima step have been modified to address a
2727
# Python error started 3.11.2024, emitting the following error:

0 commit comments

Comments
 (0)