]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/cookstyle.yml
Bump actions/cache from v2.1.4 to v2.1.5
[chef.git] / .github / workflows / cookstyle.yml
index a181f72f1dfba332cdc7450c8c4f069c4359b57f..bfc83f8f0d1e4a7c6de1af333be87567e200a42e 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@v1
+      uses: actions/cache@v2.1.5
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}
@@ -20,7 +20,8 @@ jobs:
           bundle-${{ runner.OS }}-
     - name: Install gems
       run: |
-        gem install bundler --version "~> 1.17"
-        bundle install --jobs 4 --retry 3 --deployment
+        gem install bundler
+        bundle config set deployment true
+        bundle install --jobs 4 --retry 3
     - name: Run cookstyle
       run: bundle exec cookstyle --format fuubar