]> git.openstreetmap.org Git - chef.git/commitdiff
Switch to github actions/checkout@v2
authorGrant Slater <git@firefishy.com>
Sat, 22 Feb 2020 00:45:25 +0000 (00:45 +0000)
committerGrant Slater <git@firefishy.com>
Sat, 22 Feb 2020 00:45:25 +0000 (00:45 +0000)
.github/workflows/cookstyle.yml
.github/workflows/test-kitchen.yml

index c82391de1f42e656dce9586a948139227569d313..a181f72f1dfba332cdc7450c8c4f069c4359b57f 100644 (file)
@@ -8,9 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Check out code
-      uses: actions/checkout@v1
-      with:
-        fetch-depth: 1
+      uses: actions/checkout@v2
     - name: Setup ruby
       uses: actions/setup-ruby@v1
     - name: Cache gems
index 16babd429c5f22daedbc679a0bb522d042ef5968..b395f204c2f2cf47bd8d48d7157b79abced19b18 100644 (file)
@@ -75,9 +75,7 @@ jobs:
       fail-fast: false
     steps:
     - name: Check out code
-      uses: actions/checkout@v1
-      with:
-        fetch-depth: 1
+      uses: actions/checkout@v2
     - name: Setup ruby
       uses: actions/setup-ruby@v1
     - name: Cache gems