Skip to content

Commit

Permalink
Use cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
benemer committed Jan 17, 2025
1 parent 1c31fb5 commit 731ba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.apt/cache
key: ${{ runner.os }}-apt-${{ hashFiles('**/ubuntu_dependencies.yml') }}
Expand Down

0 comments on commit 731ba0c

Please sign in to comment.