Skip to content

Commit

Permalink
use latest github actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun committed Nov 14, 2023
1 parent d1d6f6f commit 6480b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^15.0.1'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: swift build -c ${{ matrix.configuration }}
podspec:
strategy:
Expand All @@ -28,6 +28,6 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^15.0.1'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: bundle install
- run: bundle exec pod lib lint --platforms=${{ matrix.platform }} --configuration=${{ matrix.configuration }}

0 comments on commit 6480b64

Please sign in to comment.