Merge pull request #10382 from Icinga/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
This commit is contained in:
Alexander Aleksandrovič Klimov 2025-05-16 13:59:47 +02:00 committed by GitHub
commit 04f69d251a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Restore/backup ccache - name: Restore/backup ccache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ccache path: ccache
key: ccache/${{ matrix.distro }} key: ccache/${{ matrix.distro }}