Skip to content

Commit

Permalink
Update github actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
p00ya committed Jul 23, 2023
1 parent ae2c7bc commit 91ce61a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
env:
DEVELOPER_DIR: ${{ matrix.xcode }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Configure SPM cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: .spm
key: spm-${{ runner.os }}-${{ matrix.xcode }}-${{ hashFiles('**/Package.resolved') }}
Expand All @@ -44,7 +44,7 @@ jobs:
brew update --preinstall
cat "$(brew --repository)/Library/Taps/homebrew/homebrew-core/Formula/"{clang,swift}-format.rb > .github/brew-formulae
- name: Configure Homebrew cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
# brew --cache
path: |
Expand Down

0 comments on commit 91ce61a

Please sign in to comment.