From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 05:22:23 +0000 (+0000) Subject: Bump actions/setup-ruby from v1.1.2 to v1.1.3 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b7f94f4028a7e528e474c630580373f9b0479afd Bump actions/setup-ruby from v1.1.2 to v1.1.3 Bumps [actions/setup-ruby](https://github.com/actions/setup-ruby) from v1.1.2 to v1.1.3. - [Release notes](https://github.com/actions/setup-ruby/releases) - [Commits](https://github.com/actions/setup-ruby/compare/v1.1.2...e932e7af67fc4a8fc77bd86b744acd4e42fe3543) Signed-off-by: dependabot[bot] --- 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: