]> git.openstreetmap.org Git - chef.git/commitdiff
Bump actions/cache from 2.1.6 to 2.1.7
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 23 Nov 2021 11:02:12 +0000 (11:02 +0000)
committerGitHub <noreply@github.com>
Tue, 23 Nov 2021 11:02:12 +0000 (11:02 +0000)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

index c386adb653433978f8e172b27a60eb5a95b86b25..a7a29c53fe4112deea1c7627f4e115069ea718ba 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.6
+      uses: actions/cache@v2.1.7
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}
index ad57f08ce07fbc525cfac3f412b0b0ae3aba9a22..e320a45663f93625b0e50eb079300048a2f41646 100644 (file)
@@ -108,7 +108,7 @@ jobs:
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
-      uses: actions/cache@v2.1.6
+      uses: actions/cache@v2.1.7
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}