Skip to content

Commit 9594f29

Browse files
Merge pull request #5842 from MetRonnie/actions
GH Actions: limit tutorial workflow to Python 3.11
2 parents 8b2feae + 49edddf commit 9594f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_tutorial_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
test:
2222
strategy:
2323
matrix:
24-
python-version: ['3.7', '3']
24+
python-version: ['3.7', '3.11']
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 10
2727
steps:
@@ -31,7 +31,7 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232

3333
- name: checkout
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535

3636
- name: Install docs/tutorial dependencies
3737
uses: cylc/cylc-doc/.github/actions/install-dependencies@master

0 commit comments

Comments
 (0)