Update checkout actions
This commit is contained in:
parent
ba1a81170b
commit
358908f161
3 changed files with 5 additions and 5 deletions
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
testing:
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '2.7'
|
||||
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: |
|
||||
brew update
|
||||
brew install carthage swiftformat
|
||||
brew install go || brew link --overwrite go
|
||||
brew install go@1.20 || brew link --overwrite go
|
||||
brew install swiftlint || brew link --overwrite swiftlint
|
||||
gem install bundler
|
||||
- uses: actions/cache@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue