From: Tom Hughes Date: Thu, 1 Oct 2020 07:27:20 +0000 (+0100) Subject: Merge remote-tracking branch 'github/pull/347' X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/828f715e43f3d9adc1b52dd3a64918e082a76733?hp=3d912dd5c45fd90955d3bf0a6fe19c3c7480240e Merge remote-tracking branch 'github/pull/347' --- diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index bf6c023e4..91471ac1b 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -10,7 +10,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 - name: Setup ruby - uses: actions/setup-ruby@v1.1.1 + uses: actions/setup-ruby@v1.1.2 - name: Cache gems uses: actions/cache@v2 with: diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index acb40b6f4..32aa19ba0 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -118,7 +118,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 - name: Setup ruby - uses: actions/setup-ruby@v1.1.1 + uses: actions/setup-ruby@v1.1.2 - name: Cache gems uses: actions/cache@v2 with: