From cbc7b54ec1801eb2804bd162236bdb121d099a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:07:53 +0000 Subject: [PATCH] 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] --- .github/workflows/docs.yaml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 5fa5e04..b627b47 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: fetch code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup pages id: pages diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 16317ab..0ee56a5 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 176f850..8e8e0e7 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