From: Tom Hughes Date: Wed, 10 Feb 2021 08:30:59 +0000 (+0000) Subject: Merge remote-tracking branch 'github/pull/391' X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/f8fa9695dfc1267794f4c46f37cdc345114e1f70?hp=dab49e324ed9791aa28e09d97b4023a8a398cb06 Merge remote-tracking branch 'github/pull/391' --- diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index 98f880f36..56603f598 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.2 + uses: actions/setup-ruby@v1.1.3 - name: Cache gems uses: actions/cache@v2.1.4 with: diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 432d7a28e..297d0bbfe 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -114,7 +114,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 - name: Setup ruby - uses: actions/setup-ruby@v1.1.2 + uses: actions/setup-ruby@v1.1.3 - name: Cache gems uses: actions/cache@v2.1.4 with: