Merge pull request #1366 from fluxcd/dependabot/github_actions/actions/cache-3.2.5

build(deps): bump actions/cache from 3.2.4 to 3.2.5
This commit is contained in:
Stefan Prodan
2023-02-13 15:37:13 +02:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Restore Go cache
uses: actions/cache@v3.2.4
uses: actions/cache@v3.2.5
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}