]> git.openstreetmap.org Git - chef.git/commitdiff
Bump actions/cache from 2.1.7 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 21 Mar 2022 11:10:48 +0000 (11:10 +0000)
committerGitHub <noreply@github.com>
Mon, 21 Mar 2022 11:10:48 +0000 (11:10 +0000)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3)

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

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

index de66603d1f256d61c92faa36a60a497461ba3347..d9c87c2c121b16d6acd2849f5fbf652309370e23 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.7
+      uses: actions/cache@v3
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}
index 1160f222f13efb068813a1a137d4e3e0d94cfb7f..ed0ce17cf567ff178a630eda867720d21810c1ec 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.7
+      uses: actions/cache@v3
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}