From: Tom Hughes Date: Thu, 25 Jun 2020 18:02:53 +0000 (+0100) Subject: Merge pull request #314 from openstreetmap/dependabot/github_actions/actions/setup... X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/1f04b1855d4a261ebd454121d8ff4b9002ef5a15?hp=aeec9d76523c9730dfa7c4c0dbee6514f131f16f Merge pull request #314 from openstreetmap/dependabot/github_actions/actions/setup-ruby-v1.1.1 Bump actions/setup-ruby from v1 to v1.1.1 --- diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index e916ad489..bf6c023e4 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 + uses: actions/setup-ruby@v1.1.1 - name: Cache gems uses: actions/cache@v2 with: diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index a28a66e99..fbe5238fe 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -105,7 +105,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 - name: Setup ruby - uses: actions/setup-ruby@v1 + uses: actions/setup-ruby@v1.1.1 - name: Cache gems uses: actions/cache@v2 with: