Skip to content

Commit bb045ba

Browse files
authored
ci: upgrade to actions/cache@v4
1 parent 788a3bd commit bb045ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
chmod +x mdbook-linkcheck
3232
3333
- name: Cache build dir
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: gb-asm-tutorial/target/
3737
key: ${{ runner.os }}-build-${{ hashFiles('gb-asm-tutorial/Cargo.lock') }}

0 commit comments

Comments
 (0)