Update github actions versions

This commit is contained in:
Mingshen Sun 2023-03-18 20:25:53 -07:00
parent b890985daf
commit 5b73707033
3 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ jobs:
matrix:
channel: ['beta', 'release']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
@ -25,14 +25,14 @@ jobs:
brew install go || brew link --overwrite go
brew install swiftlint || brew link --overwrite swiftlint
gem install bundler
- uses: actions/cache@v2
- uses: actions/cache@v3
id: carthage-cache
with:
path: Carthage
key: ${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Cartfile.resolved') }}
restore-keys: |
${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}-
- uses: actions/cache@v2
- uses: actions/cache@v3
id: gopenpgp-cache
with:
path: go