Skip to content

Commit 04f69d2

Browse files
authored
Merge pull request #10382 from Icinga/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 45c6514 + 946937d commit 04f69d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v3
6868

6969
- name: Restore/backup ccache
70-
uses: actions/cache@v3
70+
uses: actions/cache@v4
7171
with:
7272
path: ccache
7373
key: ccache/${{ matrix.distro }}

0 commit comments

Comments
 (0)