]> git.openstreetmap.org Git - chef.git/commitdiff
Merge pull request #313 from openstreetmap/dependabot/github_actions/actions/cache-v2
authorTom Hughes <tom@compton.nu>
Thu, 25 Jun 2020 18:02:00 +0000 (19:02 +0100)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 18:02:00 +0000 (19:02 +0100)
Bump actions/cache from v1 to v2

.github/workflows/cookstyle.yml
.github/workflows/test-kitchen.yml

index 274884da318c426324ae4cdcd805660ebbb627c9..e916ad489b577c425ed7bb20edf5413e037ed775 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     - name: Setup ruby
       uses: actions/setup-ruby@v1
     - name: Cache gems
-      uses: actions/cache@v1
+      uses: actions/cache@v2
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}
index f7f64a45dd17007a0aa96b1725ac15bb8cc6a85b..a28a66e994c060a4475f76c6e25ba2835685b99c 100644 (file)
@@ -107,7 +107,7 @@ jobs:
     - name: Setup ruby
       uses: actions/setup-ruby@v1
     - name: Cache gems
-      uses: actions/cache@v1
+      uses: actions/cache@v2
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}