]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/cookstyle.yml
Merge remote-tracking branch 'github/pull/391'
[chef.git] / .github / workflows / cookstyle.yml
index e916ad489b577c425ed7bb20edf5413e037ed775..56603f598ac3bb11d03f3468f39258027913c64f 100644 (file)
@@ -10,9 +10,9 @@ jobs:
     - name: Check out code
       uses: actions/checkout@v2
     - name: Setup ruby
-      uses: actions/setup-ruby@v1
+      uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
-      uses: actions/cache@v2
+      uses: actions/cache@v2.1.4
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}