We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35a773e + a8cebc6 commit 8ed3aa6Copy full SHA for 8ed3aa6
2 files changed
.github/workflows/deploy-docs.yaml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v6
22
23
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
24
with:
25
python-version: 3.9
26
.github/workflows/lint_and_test.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
# set up python
37
- name: Set up Python ${{ matrix.python-version }}
38
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
39
40
python-version: ${{ matrix.python-version }}
41
cache: "poetry"
0 commit comments