diff --git a/.github/workflows/test_tutorial_workflow.yml b/.github/workflows/test_tutorial_workflow.yml index 1e1fec1746e..c83c850ad5d 100644 --- a/.github/workflows/test_tutorial_workflow.yml +++ b/.github/workflows/test_tutorial_workflow.yml @@ -21,7 +21,7 @@ jobs: test: strategy: matrix: - python-version: ['3.7', '3'] + python-version: ['3.7', '3.11'] runs-on: ubuntu-latest timeout-minutes: 10 steps: @@ -31,7 +31,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install docs/tutorial dependencies uses: cylc/cylc-doc/.github/actions/install-dependencies@master