2 Commits

Author SHA1 Message Date
Lee
0dbb674269 Merge pull request 'chore(deps): update actions/cache action to v4' (#23) from renovate/actions-cache-4.x into master
Reviewed-on: Fascinated/home-ops#23
2024-09-23 09:03:35 +00:00
594db40db0 chore(deps): update actions/cache action to v4
All checks were successful
Check Kubernetes YAMLs / scan (pull_request) Successful in 18s
2024-09-23 09:02:13 +00:00

View File

@ -21,7 +21,7 @@ jobs:
go-version: "1.23.1" go-version: "1.23.1"
- name: Cache Go modules - name: Cache Go modules
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
~/.cache/go-build ~/.cache/go-build