Skip to content

Commit 93a4979

Browse files
authored
ci: fixed update-cache workflow (#71)
1 parent ac3b094 commit 93a4979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-cache.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prime cache, as per https://medium.com/@everton.spader/how-to-cache-package-dependencies-between-branches-with-github-actions-e6a19f33783a
22
concurrency:
3-
group: ${{ github.workflow }}-${{ github.ref }}
3+
group: "${{ github.workflow }}-${{ github.ref }}"
44
cancel-in-progress: true
55

66
on:
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2323

2424
- name: cache mise
25-
- uses: jdx/mise-action@0c39a522dfbced3ed83924152c45804a71ce216f # v2.0.4
25+
uses: jdx/mise-action@0c39a522dfbced3ed83924152c45804a71ce216f # v2.0.4
2626
with:
2727
experimental: true
2828
cache: true

0 commit comments

Comments
 (0)