Просмотр исходного кода

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

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 5 лет назад
Родитель
Сommit
ecd714488a
1 измененных файлов с 9 добавлено и 9 удалено
  1. 9 9
      .github/workflows/ci.yml

+ 9 - 9
.github/workflows/ci.yml

@@ -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.1.4
+        uses: actions/cache@v2.1.5
         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.1.4
+        uses: actions/cache@v2.1.5
         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.1.4
+        uses: actions/cache@v2.1.5
         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.1.4
+        uses: actions/cache@v2.1.5
         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.1.4
+        uses: actions/cache@v2.1.5
         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.1.4
+        uses: actions/cache@v2.1.5
         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.1.4
+        uses: actions/cache@v2.1.5
         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.1.4
+        uses: actions/cache@v2.1.5
         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.1.4
+        uses: actions/cache@v2.1.5
         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') }}