]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/cookstyle.yml
Merge remote-tracking branch 'github/pull/488'
[chef.git] / .github / workflows / cookstyle.yml
index 5a5139bb2c381cda68427c4c1ca05af77dc6acff..d9c87c2c121b16d6acd2849f5fbf652309370e23 100644 (file)
@@ -8,11 +8,11 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Check out code
-      uses: actions/checkout@v2.3.4
+      uses: actions/checkout@v3
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
-      uses: actions/cache@v2.1.6
+      uses: actions/cache@v3
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}