Skip to content

Commit

Permalink
Use new checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
innala committed Nov 9, 2023
1 parent fbcfdae commit 1baf797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: macos-latest
environment: apitesting
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Cocoapods
run: gem install cocoapods
- if: github.event.release.tag_name == ''
Expand All @@ -36,4 +36,4 @@ jobs:
pod trunk push --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: "${{ secrets.TRUNK_TOKEN }}"
LIB_VERSION: "${{ github.event.release.tag_name }}"
LIB_VERSION: "${{ github.event.release.tag_name }}"
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
environment: apitesting
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
Expand All @@ -20,4 +20,4 @@ jobs:
client_secret: "${{ secrets.CLIENT_SECRET }}"
access_token: "${{ secrets.BEARER_TOKEN }}"
proxy_url: "${{ secrets.PROXY_URL }}"
proxy_api_key: "${{ secrets.PROXY_API_KEY }}"
proxy_api_key: "${{ secrets.PROXY_API_KEY }}"

0 comments on commit 1baf797

Please sign in to comment.