diff --git a/.github/workflows/ci_buildondemand.yml b/.github/workflows/ci_buildondemand.yml index 07caeb1f6..c10e4c79b 100644 --- a/.github/workflows/ci_buildondemand.yml +++ b/.github/workflows/ci_buildondemand.yml @@ -4,6 +4,6 @@ on: jobs: ExecuteNotebooks: - uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_scheduled.yml@v3 + uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_scheduled.yml@v4 with: python-version: ${{ vars.PYTHON_VERSION }}