From 2381a6e5feeb2f4ba42ad55aaf8ff81c05f27da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:46:00 +0200 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.1 (#1086) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [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/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-generated-modules.yml | 2 +- .github/workflows/publish-to-pypi.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-generated-modules.yml b/.github/workflows/check-generated-modules.yml index 0593ecc64..5dffd75f2 100644 --- a/.github/workflows/check-generated-modules.yml +++ b/.github/workflows/check-generated-modules.yml @@ -15,7 +15,7 @@ jobs: - "20" steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 with: fetch-depth: 2 - name: Set up Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 72bedf94d..825746b87 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -9,7 +9,7 @@ jobs: name: Builds and publishes releases to PyPI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Set up Python 3.12 uses: actions/setup-python@v5.2.0 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4578d7cb2..c0109985c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - "3.12" steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 with: fetch-depth: 2 - name: Set up Python ${{ matrix.python-version }} @@ -42,7 +42,7 @@ jobs: needs: build steps: - name: Check out the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 2 - name: Download all coverage data