From: Tom Hughes Date: Wed, 3 Nov 2021 11:10:54 +0000 (+0000) Subject: Merge remote-tracking branch 'github/pull/461' X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/93e7f9d8463c1d60251730537f4cd9e3dac9feb8?hp=75468b1d55f7867b7c64d5c0cd24a1f4ce61d168 Merge remote-tracking branch 'github/pull/461' --- diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index f1f0d3c0b..c386adb65 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.5 + uses: actions/checkout@v2.4.0 - 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 88f42b0a5..ec89f07d2 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.5 + uses: actions/checkout@v2.4.0 - name: Setup ruby uses: actions/setup-ruby@v1.1.3 - name: Cache gems