We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7620c1 commit 89b2c31Copy full SHA for 89b2c31
.github/workflows/cpp.yml
@@ -40,7 +40,7 @@ jobs:
40
steps:
41
- uses: actions/checkout@v3
42
- name: Cache dependencies
43
- uses: actions/cache@v2
+ uses: actions/cache@v4
44
with:
45
path: ~/.apt/cache
46
key: ${{ runner.os }}-apt-${{ hashFiles('**/ubuntu_dependencies.yml') }}
0 commit comments