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 878a45f commit d3dfd6dCopy full SHA for d3dfd6d
1 file changed
.github/workflows/ci.yaml
@@ -48,7 +48,7 @@ jobs:
48
run: nix develop --impure .#ci -c go mod download
49
50
- name: Save go caches - go mod
51
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
52
with:
53
path: .devenv/state/go
54
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
0 commit comments