Skip to content

Commit

Permalink
Merge pull request #48 from fumito-ito/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
fumito-ito authored Feb 7, 2024
2 parents 1523f6f + 26930e7 commit 3da69ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-publish-cocoapods-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-12

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Lint Cocoapods
run: pod lib lint --allow-warnings
- name: Publish to Cocoapods registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
TEST: 1

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Create GoogleService-Info.plist from GOOGLE_SERVICE_INFO_PLIST
run: |
Expand Down

0 comments on commit 3da69ed

Please sign in to comment.