[dep][actions](deps): Bump actions/cache from 4.2.3 to 4.2.4 (#4634)

This commit is contained in:
dependabot[bot]
2025-09-24 11:50:47 +05:30
committed by GitHub
parent 4fa19b7010
commit 715af8af30

View File

@@ -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') }}