We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91aafa3 + 8acbc84 commit 2c83072Copy full SHA for 2c83072
2 files changed
.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: sudo apt install -y libluajit-5.1-dev mold
31
32
- name: Set up build cache
33
- uses: actions/cache@v4
+ uses: actions/cache@v5
34
with:
35
path: |
36
~/.cargo/bin/
.github/workflows/lint.yaml
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments