From c420cbc7abff5f582c9bb32c72e1044b08e1a8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:50:31 +0000 Subject: [PATCH] chore(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] --- .github/workflows/release-please.yml | 2 +- .github/workflows/tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 73f7158..76cd10f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,7 +19,7 @@ jobs: package-name: ${{ env.PACKAGE_NAME }} - name: fetch code - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ steps.release.outputs.release_created }} - name: set python version diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 55f816a..02d5a3b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: fetch code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install en-gb dictionary run: sudo apt-get install -y hunspell-en-gb