We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35184a commit 4f22ce4Copy full SHA for 4f22ce4
.github/workflows/integration_test.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Cache wheels
49
id: cache-wheels
50
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
51
with:
52
path: /home/runner/snap/charmcraft/common/cache/charmcraft
53
key: ${{ runner.os }}-wheel-cache-${{ hashFiles('./uv.lock') }}
0 commit comments