From adf65c9e82853a5aade1b2592e59b8dc69d24aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 13:33:25 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [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/v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pinot_dbapi_test.yml | 4 ++-- .github/workflows/pinotdb-pypi-publisher.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pinot_dbapi_test.yml b/.github/workflows/pinot_dbapi_test.yml index 1c5d4ac..24bf089 100644 --- a/.github/workflows/pinot_dbapi_test.yml +++ b/.github/workflows/pinot_dbapi_test.yml @@ -43,7 +43,7 @@ jobs: python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] name: Pinot DB API Integration Test Set steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Pull Pinot Docker Image uses: ./.github/actions/pull-docker-image with: @@ -78,7 +78,7 @@ jobs: python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] name: Pinot DB API Unit Test Set steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: diff --git a/.github/workflows/pinotdb-pypi-publisher.yml b/.github/workflows/pinotdb-pypi-publisher.yml index 76ee29c..91ecd85 100644 --- a/.github/workflows/pinotdb-pypi-publisher.yml +++ b/.github/workflows/pinotdb-pypi-publisher.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest name: Pinotdb Pypi Publisher steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} - name: Set up Python 3.10