From 6c32431a9ec52826572e622a03478acaf64cc127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 03:44:07 +0000 Subject: [PATCH] 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.yml | 4 ++-- .github/workflows/tox.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3a1c33..e89492a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out src from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed by setuptools-scm - name: Switch to using Python 3.10 by default @@ -33,7 +33,7 @@ jobs: --user tox - name: Check out src from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed by setuptools-scm - name: Build dists diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index cde1434..de286f4 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Check out src from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed by setuptools-scm - name: Set up Python ${{ matrix.python-version }} @@ -128,7 +128,7 @@ jobs: steps: - name: Check out src from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed by setuptools-scm - name: Set up Python ${{ matrix.python-version }} @@ -200,7 +200,7 @@ jobs: jobs: ${{ toJSON(needs) }} - name: Check out src from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Notify repository owners about lint change affecting them uses: sourcegraph/codenotify@v0.6.4