From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:03:32 +0000 (+0000) Subject: build(deps): bump actions/checkout from 3 to 4 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/1c051f32360fe3860cd9d83fcc955ee5cac19653 build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index 78b79aa79..b9332e236 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index fd51dbced..cb55b9b99 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -135,7 +135,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup ruby uses: ruby/setup-ruby@v1 with: