From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:01:11 +0000 (+0000) Subject: Bump actions/checkout from 2.3.4 to 2.3.5 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/da3531c059a26e681152d9f0457a0e2d9b054642?ds=sidebyside Bump actions/checkout from 2.3.4 to 2.3.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [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.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index 5a5139bb2..f1f0d3c0b 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.3.4 + uses: actions/checkout@v2.3.5 - 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 50c43de4a..88f42b0a5 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -106,7 +106,7 @@ jobs: fail-fast: false steps: - name: Check out code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Setup ruby uses: actions/setup-ruby@v1.1.3 - name: Cache gems