]> git.openstreetmap.org Git - chef.git/commitdiff
Bump actions/cache from v2.1.4 to v2.1.5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 13 Apr 2021 05:22:55 +0000 (05:22 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Apr 2021 05:22:55 +0000 (05:22 +0000)
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>
.github/workflows/cookstyle.yml
.github/workflows/test-kitchen.yml

index 56603f598ac3bb11d03f3468f39258027913c64f..bfc83f8f0d1e4a7c6de1af333be87567e200a42e 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
-      uses: actions/cache@v2.1.4
+      uses: actions/cache@v2.1.5
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}
index 297d0bbfe8f1b1bd062af4ab4a1b47aad9689a7c..274d152f3e7f00023789ba1182051a89e99f4a71 100644 (file)
@@ -116,7 +116,7 @@ jobs:
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
-      uses: actions/cache@v2.1.4
+      uses: actions/cache@v2.1.5
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}