Skip to content

Commit

Permalink
Update actions/cache action to v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2023
1 parent ed3e56e commit 0cd8bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
uses: actions/checkout@v3.5.2

- name: Restore APT cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.8
with:
path: /var/cache/apt
key: ${{ runner.os }}-apt

- name: Restore cached SPM dependencies
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.8
with:
path: |
.build/repositories
Expand Down
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.6
uses: actions/cache@v2.1.8
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.6
uses: actions/cache@v2.1.8
with:
path: |
.build/repositories
Expand Down

0 comments on commit 0cd8bd1

Please sign in to comment.