We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190f1b7 commit cb3db6bCopy full SHA for cb3db6b
.github/actions/ci/setup/action.yml
@@ -17,7 +17,7 @@ runs:
17
cache: false
18
19
- name: Enable Cache
20
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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