diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 127476bc59..fb917f073f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: py_cmd: python steps: - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} allow-prereleases: true diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index 7ef303d024..884836564d 100644 --- a/.github/workflows/buildutils.yml +++ b/.github/workflows/buildutils.yml @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@v5 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.10' architecture: 'x64' diff --git a/.github/workflows/upgrade-jupyterlab-dependencies.yml b/.github/workflows/upgrade-jupyterlab-dependencies.yml index 569593e1c0..f48388935c 100644 --- a/.github/workflows/upgrade-jupyterlab-dependencies.yml +++ b/.github/workflows/upgrade-jupyterlab-dependencies.yml @@ -40,12 +40,12 @@ jobs: ref: ${{ inputs.branch || 'main' }} - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '20.x'