This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch 5.0.x-patch in repository https://gitbox.apache.org/repos/asf/datasketches-python.git
commit 684f62e0ec9c3a7cb3c6d73102c8725a1c86f186 Author: Jon Malkin <[email protected]> AuthorDate: Wed Feb 7 17:55:25 2024 -0800 version bump dependencies for other workflows --- .github/workflows/ci.yml | 4 ++-- .github/workflows/sphinx.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adddde1..ae2699c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3.x - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 # 3.x uses the latest minor version of python3. This may break briefly when there is a new version # but dependent libraries (e.g. numpy) have not yet released a compatible update. # May need to enable version pinning (e.g. 3.10) temporarily at times. diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 1b30f34..12e864f 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' - name: Install Datasketches and Sphinx --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
