mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
[dep][actions](deps): Bump actions/cache from 4.2.3 to 4.2.4 (#4634)
This commit is contained in:
2
.github/workflows/11-test-acceptance.yaml
vendored
2
.github/workflows/11-test-acceptance.yaml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
# used to speedup go test
|
||||
- name: Go Build Cache
|
||||
id: build-cache
|
||||
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
||||
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
with:
|
||||
path: ${{ steps.go-cache-paths.outputs.go-build }}
|
||||
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
|
||||
|
||||
Reference in New Issue
Block a user