From f3bd297b36e0845e83d3407da2e33063fe0fc9e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:18:49 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [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/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ce93371..950ca6f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: outputs: version: ${{ steps.vars.outputs.tag }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Get tag id: vars run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT @@ -77,7 +77,7 @@ jobs: packages: write needs: build-and-publish-pypi steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Log in to the GitHub container registry uses: docker/login-action@v4.2.0 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7f4e195..f210816f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out code from GitHub - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Set up Python uses: actions/setup-python@v6.2.0 with: @@ -42,7 +42,7 @@ jobs: steps: - name: Check out code from GitHub - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6.2.0 with: