Update to checkout v2 (#153)

* Update release.yml

* Update test.yml
This commit is contained in:
Max Goedjen 2020-10-12 20:48:51 -07:00 committed by GitHub
parent 50adf4cd48
commit 4d4619bdd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
runs-on: macOS-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Create Release
id: create_release
uses: actions/create-release@v1

View File

@ -6,7 +6,7 @@ jobs:
runs-on: macOS-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app
- name: Test