We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3b094 commit 93a4979Copy full SHA for 93a4979
.github/workflows/update-cache.yaml
@@ -1,6 +1,6 @@
1
# Prime cache, as per https://medium.com/@everton.spader/how-to-cache-package-dependencies-between-branches-with-github-actions-e6a19f33783a
2
concurrency:
3
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: "${{ github.workflow }}-${{ github.ref }}"
4
cancel-in-progress: true
5
6
on:
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
23
24
- name: cache mise
25
- - uses: jdx/mise-action@0c39a522dfbced3ed83924152c45804a71ce216f # v2.0.4
+ uses: jdx/mise-action@0c39a522dfbced3ed83924152c45804a71ce216f # v2.0.4
26
with:
27
experimental: true
28
cache: true
0 commit comments