Skip to content

Commit cb3db6b

Browse files
authored
ci(action): update actions/cache action to v5.0.3
1 parent 190f1b7 commit cb3db6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/ci/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
cache: false
1818

1919
- name: Enable Cache
20-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
20+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2121
with:
2222
path: |
2323
~/go/pkg/mod

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020

2121
- name: Cache Descopecli
2222
id: cache-cli
23-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
23+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2424
with:
2525
path: ~/go/bin/descopecli
2626
key: ${{ runner.os }}-descopecli-${{ inputs.version }}

0 commit comments

Comments
 (0)