Skip to content

Commit c90d345

Browse files
authored
Merge pull request #240 from IBM/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 7ef8f19 + 6e6a78b commit c90d345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
linting:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: GitHub Action for SwiftLint
1515
uses: norio-nomura/[email protected]
1616
test:
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
xcode-version: latest-stable
2323
- name: Checkout project
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Run Xcodebuild Test, Build
2626
shell: bash --noprofile --norc -eo pipefail {0}
2727
run: |

0 commit comments

Comments
 (0)