From 47955addbe1fe2ca0806d5e1f1c0a679aaa27c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:00:52 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [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/v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ai.yml | 4 ++-- .github/workflows/deploy-docs.yaml | 2 +- .github/workflows/main.yaml | 2 +- .github/workflows/pypi-publish.yaml | 2 +- .github/workflows/test_pages_build.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ai.yml b/.github/workflows/ai.yml index ea27378..e96258e 100644 --- a/.github/workflows/ai.yml +++ b/.github/workflows/ai.yml @@ -21,7 +21,7 @@ jobs: result: ${{ steps.check.outputs.result }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Check for qualifying mention id: check @@ -97,7 +97,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.PAT_FOR_PR }} # Use PAT for checkout to allow committing later diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index c620f6a..c181ba6 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -20,7 +20,7 @@ jobs: steps: # https://github.com/actions/checkout - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5 with: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1563c99..04a57a1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,7 +26,7 @@ jobs: # https://github.com/actions/checkout - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index de39560..d6ed9a2 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -13,7 +13,7 @@ jobs: permissions: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install uv uses: astral-sh/setup-uv@v6 diff --git a/.github/workflows/test_pages_build.yaml b/.github/workflows/test_pages_build.yaml index 5a76299..d4401b0 100644 --- a/.github/workflows/test_pages_build.yaml +++ b/.github/workflows/test_pages_build.yaml @@ -26,7 +26,7 @@ jobs: steps: # https://github.com/actions/checkout - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5 with: fetch-depth: 0