Skip to content

Commit

Permalink
Update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and antranapp committed Mar 1, 2022
1 parent 542936b commit db353ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install swift_doc
run: brew install swiftdocorg/formulae/swift-doc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare Xcode
run: |
sudo xcode-select --switch /Applications/Xcode_13.2.app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_ios11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare Xcode
run: |
ls -n /Applications/ | grep Xcode*
Expand Down

0 comments on commit db353ec

Please sign in to comment.