]> git.openstreetmap.org Git - chef.git/commitdiff
Bump actions/cache from v2 to v2.1.4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 8 Feb 2021 05:37:52 +0000 (05:37 +0000)
committerGitHub <noreply@github.com>
Mon, 8 Feb 2021 05:37:52 +0000 (05:37 +0000)
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)

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

index 91471ac1b3e698d051e43ac285aa2ee4fe1b7fa6..98f880f36ccf67264efaf593b1fead45b042a201 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.2
     - name: Cache gems
-      uses: actions/cache@v2
+      uses: actions/cache@v2.1.4
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}
index 0fcb574614cabd77c9ea1ef9c2b0b2963fb29dee..432d7a28e33658945f97422aebcad983f96679a6 100644 (file)
@@ -116,7 +116,7 @@ jobs:
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.2
     - name: Cache gems
-      uses: actions/cache@v2
+      uses: actions/cache@v2.1.4
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}