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