Skip to content

Commit e7105ca

Browse files
authored
Merge pull request #95 from OpsHelmInc/dependabot/github_actions/actions/cache-5
Merge pull request #95 from OpsHelmInc/OpsHelmInc:dependabot/github_actions/actions/cache-5
2 parents 38fcc39 + 1a65435 commit e7105ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo "module=$(go env GOMODCACHE)" >>"$GITHUB_OUTPUT"
2020
shell: bash
2121
- name: Setup Cache
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: |
2525
${{ steps.cache-path.outputs.build }}

0 commit comments

Comments
 (0)