1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

chore(deps): bump actions/cache from v2 to v2.1.4

Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-22 04:30:59 +00:00 committed by GitHub
parent a452a37786
commit d163480898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,14 +51,14 @@ jobs:
echo "::set-output name=mod-cache::$(go env GOMODCACHE)" echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
- name: Cache the Go Build Cache - name: Cache the Go Build Cache
uses: actions/cache@v2 uses: actions/cache@v2.1.4
with: with:
path: ${{ steps.go.outputs.build-cache }} path: ${{ steps.go.outputs.build-cache }}
key: ${{ runner.os }}-build-lint-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-build-lint-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-build-lint- restore-keys: ${{ runner.os }}-build-lint-
- name: Cache Go Dependencies - name: Cache Go Dependencies
uses: actions/cache@v2 uses: actions/cache@v2.1.4
with: with:
path: ${{ steps.go.outputs.mod-cache }} path: ${{ steps.go.outputs.mod-cache }}
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@ -96,14 +96,14 @@ jobs:
echo "::set-output name=mod-cache::$(go env GOMODCACHE)" echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
- name: Cache the Go Build Cache - name: Cache the Go Build Cache
uses: actions/cache@v2 uses: actions/cache@v2.1.4
with: with:
path: ${{ steps.go.outputs.build-cache }} path: ${{ steps.go.outputs.build-cache }}
key: ${{ runner.os }}-build-check-diff-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-build-check-diff-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-build-check-diff- restore-keys: ${{ runner.os }}-build-check-diff-
- name: Cache Go Dependencies - name: Cache Go Dependencies
uses: actions/cache@v2 uses: actions/cache@v2.1.4
with: with:
path: ${{ steps.go.outputs.mod-cache }} path: ${{ steps.go.outputs.mod-cache }}
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@ -136,14 +136,14 @@ jobs:
echo "::set-output name=mod-cache::$(go env GOMODCACHE)" echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
- name: Cache the Go Build Cache - name: Cache the Go Build Cache
uses: actions/cache@v2 uses: actions/cache@v2.1.4
with: with:
path: ${{ steps.go.outputs.build-cache }} path: ${{ steps.go.outputs.build-cache }}
key: ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-build-unit-tests- restore-keys: ${{ runner.os }}-build-unit-tests-
- name: Cache Go Dependencies - name: Cache Go Dependencies
uses: actions/cache@v2 uses: actions/cache@v2.1.4
with: with:
path: ${{ steps.go.outputs.mod-cache }} path: ${{ steps.go.outputs.mod-cache }}
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@ -156,7 +156,7 @@ jobs:
sudo mv kubebuilder_${{env.KUBEBUILDER_VERSION}}_linux_amd64 /usr/local/kubebuilder sudo mv kubebuilder_${{env.KUBEBUILDER_VERSION}}_linux_amd64 /usr/local/kubebuilder
- name: Cache kubebuilder - name: Cache kubebuilder
uses: actions/cache@v2 uses: actions/cache@v2.1.4
with: with:
path: /usr/local/kubebuilder path: /usr/local/kubebuilder
key: ${{ runner.os }}-kubebuilder-${{env.KUBEBUILDER_VERSION}} key: ${{ runner.os }}-kubebuilder-${{env.KUBEBUILDER_VERSION}}
@ -206,14 +206,14 @@ jobs:
echo "::set-output name=mod-cache::$(go env GOMODCACHE)" echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
- name: Cache the Go Build Cache - name: Cache the Go Build Cache
uses: actions/cache@v2 uses: actions/cache@v2.1.4
with: with:
path: ${{ steps.go.outputs.build-cache }} path: ${{ steps.go.outputs.build-cache }}
key: ${{ runner.os }}-build-publish-artifacts-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-build-publish-artifacts-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-build-publish-artifacts- restore-keys: ${{ runner.os }}-build-publish-artifacts-
- name: Cache Go Dependencies - name: Cache Go Dependencies
uses: actions/cache@v2 uses: actions/cache@v2.1.4
with: with:
path: ${{ steps.go.outputs.mod-cache }} path: ${{ steps.go.outputs.mod-cache }}
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}