Skip to content

Commit fa35ef2

Browse files
authored
Merge pull request #62 from xmms2/dependabot/github_actions/actions/cache-4.2.4
Actions(deps): Bump actions/cache from 4.2.3 to 4.2.4
2 parents 02ed236 + ac14d39 commit fa35ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Setup apt cache (Linux)
5757
if: startsWith(runner.os, 'Linux')
58-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
58+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5959
with:
6060
path: /var/cache/apt
6161
key: ${{ runner.os }}-apt-cache-${{ matrix.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)