Skip to content

Commit

Permalink
Merge pull request #32 from xmms2/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4.0.0

Actions(deps): Bump actions/cache from 3.3.3 to 4.0.0
  • Loading branch information
trofi committed Jan 22, 2024
2 parents 28ce820 + 721f337 commit 8abf46d
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 @@ -53,7 +53,7 @@ jobs:

- name: Setup apt cache (Linux)
if: startsWith(runner.os, 'Linux')
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: /var/cache/apt
key: ${{ runner.os }}-apt-cache-${{ matrix.os }}-${{ github.sha }}
Expand Down

0 comments on commit 8abf46d

Please sign in to comment.