]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/cookstyle.yml
Bump actions/cache from 2.1.7 to 3
[chef.git] / .github / workflows / cookstyle.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') }}