Skip to content

Commit ad03d4d

Browse files
authored
remove cli-cache-step (#2097)
1 parent d74c637 commit ad03d4d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

action.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -383,15 +383,6 @@ runs:
383383
shell: bash
384384
if: ${{ !startsWith(github.action_ref, 'v') }}
385385

386-
- uses: actions/cache@v4
387-
with:
388-
path: |
389-
${{ steps.golang-env.outputs.build-cache-path }}
390-
${{ steps.golang-env.outputs.module-cache-path }}
391-
key: digger-cli-cache-${{ hashFiles('.digger.go.sum') }}
392-
restore-keys: digger-cli-cache-
393-
if: ${{ !startsWith(github.action_ref, 'v') && inputs.cache-dependencies == 'true' }}
394-
395386
- name: Adding required env vars for next step
396387
uses: actions/github-script@v7
397388
env:

0 commit comments

Comments
 (0)