We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff792b7 commit ecb4c52Copy full SHA for ecb4c52
2 files changed
.github/actions/pre-commit-setup/action.yml
@@ -8,7 +8,7 @@ description: Prepare pre-commit environment
8
runs:
9
using: composite
10
steps:
11
- - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
+ - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
12
with:
13
path: |
14
~/.cache/prek
.github/workflows/container-build.yml
@@ -27,7 +27,7 @@ jobs:
27
28
persist-credentials: false
29
- name: uv cache
30
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
31
id: cache
32
33
path: uv-cache
0 commit comments