Skip to content

Commit ec187b9

Browse files
chore(deps): update actions/checkout action to v5
1 parent 869b90a commit ec187b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- platform: tvOS
2525
destination: "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)"
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: Build and Test on ${{ matrix.platform }}
2929
run: |
3030
if [ "${{ matrix.platform }}" = "macOS" ]; then
@@ -38,7 +38,7 @@ jobs:
3838
SwiftLint:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- name: GitHub Action for SwiftLint
4343
uses: norio-nomura/action-swiftlint@3.2.1
4444
with:

.github/workflows/cocoapods.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pod-lint:
1111
runs-on: macos-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414

1515
- name: Install CocoaPods
1616
run: gem install cocoapods
@@ -23,7 +23,7 @@ jobs:
2323
if: github.event_name == 'release'
2424
runs-on: macos-latest
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v5
2727

2828
- name: Install CocoaPods
2929
run: gem install cocoapods

0 commit comments

Comments
 (0)