]> git.openstreetmap.org Git - chef.git/commitdiff
Bump actions/cache from 2.1.5 to 2.1.6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 28 May 2021 05:07:04 +0000 (05:07 +0000)
committerGitHub <noreply@github.com>
Fri, 28 May 2021 05:07:04 +0000 (05:07 +0000)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/cookstyle.yml
.github/workflows/test-kitchen.yml

index 94e1fb5dbe03a398b1ef16cd5265f6f611a8a8c8..5a5139bb2c381cda68427c4c1ca05af77dc6acff 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.5
+      uses: actions/cache@v2.1.6
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}
index 3706f5de60b2f4b048755371ff18f01d45488b97..6bbd811ad161fe7e653d0b80e1db3a7572dbcb38 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.5
+      uses: actions/cache@v2.1.6
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}