Bump actions/cache from 1 to 4 (#627)

This commit is contained in:
dependabot[bot]
2025-08-22 10:34:14 -06:00
committed by GitHub
parent 80968606b2
commit 74968cbef0
+2 -2
View File
@@ -18,13 +18,13 @@ jobs:
uses: actions/checkout@v1
- name: Cache cargo registry
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
- name: Cache cargo index
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.cargo/git
key: ${{ runner.os }}-cargo-index-${{ hashFiles('Cargo.lock') }}