Skip to content

Commit cec1ad3

Browse files
authored
ci(action): update actions/cache action to v5 (#186)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent d30c5f6 commit cec1ad3

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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
20+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
23+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2424
with:
2525
path: ~/go/bin/descopecli
2626
key: ${{ runner.os }}-descopecli-${{ inputs.version }}

0 commit comments

Comments
 (0)