From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:02:50 +0000 (+0000) Subject: Bump actions/checkout from 2 to 2.3.4 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/52ac29a767d255685aa16786b6203a4ca076aac7 Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index bfc83f8f0..94e1fb5db 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 + uses: actions/checkout@v2.3.4 - 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 274d152f3..3706f5de6 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -112,7 +112,7 @@ jobs: fail-fast: false steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Setup ruby uses: actions/setup-ruby@v1.1.3 - name: Cache gems