mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-16 06:11:26 -06:00
chore(deps): Update actions/cache action to v5
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache apt packages
|
- name: Cache apt packages
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: /var/cache/apt/archives
|
path: /var/cache/apt/archives
|
||||||
key: ${{ runner.os }}-apt-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-apt-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user