From c0cf401614e37e85249407142d473d7be59a4310 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 22 Feb 2020 00:45:25 +0000 Subject: [PATCH] Switch to github actions/checkout@v2 --- .github/workflows/cookstyle.yml | 4 +--- .github/workflows/test-kitchen.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index c82391de1..a181f72f1 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -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 diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 16babd429..b395f204c 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -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 -- 2.43.2