From 2d77f8a098f9daf8910b7579b14272829f1e93e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:38:58 +0200 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.1 (#655) 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/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b78c583..0f81209 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Set up Python uses: actions/setup-python@v5.2.0 with: @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest name: Generate changelog for default branch steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 with: ref: master diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 878b5d5..a6bb84b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - "3.10" steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.2.0 with: