Skip to content

Commit a4b3da7

Browse files
Update actions/cache action to v6
1 parent ced2ccc commit a4b3da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v3.5.2
4242

4343
- name: Restore APT cache
44-
uses: actions/cache@v3
44+
uses: actions/cache@v6
4545
with:
4646
path: /var/cache/apt
4747
key: ${{ runner.os }}-apt

0 commit comments

Comments
 (0)