Skip to content

Commit

Permalink
Merge pull request #385 from supercollider/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…main/actions/cache-4

Bump actions/cache from 2 to 4
  • Loading branch information
dyfer authored Aug 26, 2024
2 parents b6e7001 + 1430473 commit eb64741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
path: ${{ env.SC_SRC_PATH }}
ref: main
- name: cache ccache
uses: actions/cache@v2
uses: actions/cache@v4
if: matrix.cache-path
with:
path: ${{ matrix.cache-path }}
Expand Down

0 comments on commit eb64741

Please sign in to comment.