From: Tom Hughes Date: Mon, 18 Oct 2021 11:35:10 +0000 (+0100) Subject: Merge remote-tracking branch 'github/pull/453' X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/aca80789b0150569b44c083969d67524fd697ab2?hp=f4f6d163bc38ccfe85fe03607f6938f041ce2680 Merge remote-tracking branch 'github/pull/453' --- diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index 5a5139bb2..f1f0d3c0b 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Setup ruby uses: actions/setup-ruby@v1.1.3 - name: Cache gems diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 50c43de4a..88f42b0a5 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -106,7 +106,7 @@ jobs: fail-fast: false steps: - name: Check out code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Setup ruby uses: actions/setup-ruby@v1.1.3 - name: Cache gems