From 4f7bd5787e09908d99eb4d829f621fdb6edc6dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 04:52:11 +0000 Subject: [PATCH] Bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 09d2acae674a48949e3602304ab46fd20ae0c42f to 8edcb1bdb4e267140fa742c62e395cd74f332709. - [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/09d2acae674a48949e3602304ab46fd20ae0c42f...8edcb1bdb4e267140fa742c62e395cd74f332709) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 8edcb1bdb4e267140fa742c62e395cd74f332709 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-label.yml | 2 +- .github/workflows/pull-request-python-tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-label.yml b/.github/workflows/pull-request-label.yml index 67d76e7..652478a 100644 --- a/.github/workflows/pull-request-label.yml +++ b/.github/workflows/pull-request-label.yml @@ -14,7 +14,7 @@ jobs: issues: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + - uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709 - name: Configure missing labels env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pull-request-python-tests.yml b/.github/workflows/pull-request-python-tests.yml index 6d20b87..25a7a33 100644 --- a/.github/workflows/pull-request-python-tests.yml +++ b/.github/workflows/pull-request-python-tests.yml @@ -13,7 +13,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + - uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 with: python-version: '3.13' @@ -32,7 +32,7 @@ jobs: # for each version; you may wish to adjust that step's behavior. python-version: ["3.13"] steps: - - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + - uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709 - name: Set up Python ${{ matrix.python-version }} uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba with: