mirror of
https://github.com/fosrl/newt.git
synced 2026-03-04 17:56:40 +00:00
Merge pull request #230 from fosrl/dependabot/github_actions/actions/cache-5.0.3
chore(deps): bump actions/cache from 5.0.1 to 5.0.3
This commit is contained in:
2
.github/workflows/cicd.yml
vendored
2
.github/workflows/cicd.yml
vendored
@@ -234,7 +234,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache Go modules
|
- name: Cache Go modules
|
||||||
if: ${{ hashFiles('**/go.sum') != '' }}
|
if: ${{ hashFiles('**/go.sum') != '' }}
|
||||||
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
|||||||
Reference in New Issue
Block a user