From ca359fee79fe524a3f34158fb27d030e772edbc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:03:58 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b02829..5490201 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout the repo" - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 + uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0 - name: "Setup Python" id: "setup-python" @@ -58,7 +58,7 @@ jobs: wheel-filename: "${{ steps.build-wheel.outputs.wheel-filename }}" steps: - name: "Checkout the repo" - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 + uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0 - name: "Identify the week number" run: | @@ -138,7 +138,7 @@ jobs: steps: - name: "Checkout the repo" - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 + uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0 - name: "Identify the week number" shell: "bash" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f477d4a..684e33b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: fetch-depth: 1