We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b5bd6 commit f438474Copy full SHA for f438474
.github/workflows/ci.yml
@@ -304,7 +304,7 @@ jobs:
304
- name: install cargo deb dependencies
305
run: sudo apt-get install -y dpkg liblzma-dev
306
307
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
308
with:
309
path: |
310
~/.cargo/registry
@@ -403,7 +403,7 @@ jobs:
403
id: get_version
404
run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
405
406
407
408
409
@@ -492,7 +492,7 @@ jobs:
492
steps:
493
- uses: actions/checkout@v1
494
495
496
497
498
0 commit comments