Skip to content

Commit

Permalink
Update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2023
1 parent 9d53f44 commit 3b85785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3.5.2

- name: Restore cached Homebrew dependencies
uses: actions/cache@v2.1.8
uses: actions/cache@v3.3.1
with:
path: |
~/Library/Caches/Homebrew/sdl2--*
Expand All @@ -27,7 +27,7 @@ jobs:
restore-keys: ${{ runner.os }}-brew-sdl2-

- name: Restore cached SPM dependencies
uses: actions/cache@v2.1.8
uses: actions/cache@v3.3.1
with:
path: |
.build/repositories
Expand Down

0 comments on commit 3b85785

Please sign in to comment.