We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788a3bd commit bb045baCopy full SHA for bb045ba
.github/workflows/build-and-deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
chmod +x mdbook-linkcheck
32
33
- name: Cache build dir
34
- uses: actions/cache@v2
+ uses: actions/cache@v4
35
with:
36
path: gb-asm-tutorial/target/
37
key: ${{ runner.os }}-build-${{ hashFiles('gb-asm-tutorial/Cargo.lock') }}
0 commit comments