We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30c5f6 commit cec1ad3Copy full SHA for cec1ad3
.github/actions/ci/setup/action.yml
@@ -17,7 +17,7 @@ runs:
17
cache: false
18
19
- name: Enable Cache
20
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
21
with:
22
path: |
23
~/go/pkg/mod
.github/actions/install/action.yml
@@ -20,7 +20,7 @@ runs:
- name: Cache Descopecli
id: cache-cli
24
25
path: ~/go/bin/descopecli
26
key: ${{ runner.os }}-descopecli-${{ inputs.version }}
0 commit comments