From 445d0ec39cd10de70ad7da76bb72b6bd3b919c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 03:41:31 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.3 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.0. - [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.5.3...v4.1.0) --- 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 | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd6e81f2..59e38361 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 with: fetch-depth: 2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d8052d45..423ceb24 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.7.1 @@ -103,7 +103,7 @@ jobs: needs: tests steps: - name: Check out the repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Set up Python 3.11 uses: actions/setup-python@v4.7.1