]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Bump actions/setup-ruby from v1.1.2 to v1.1.3
[chef.git] / .github / workflows / test-kitchen.yml
index 0fcb574614cabd77c9ea1ef9c2b0b2963fb29dee..297d0bbfe8f1b1bd062af4ab4a1b47aad9689a7c 100644 (file)
@@ -114,9 +114,9 @@ jobs:
     - name: Check out code
       uses: actions/checkout@v2
     - name: Setup ruby
-      uses: actions/setup-ruby@v1.1.2
+      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') }}