We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5befa8 + 728f70b commit f061d5dCopy full SHA for f061d5d
.github/workflows/_check.yaml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
13
- name: Setup python 3.10
14
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
15
with:
16
python-version: '3.10'
17
.github/workflows/_test.yaml
@@ -15,7 +15,7 @@ jobs:
- name: Setup python ${{ matrix.python-version }}
18
19
20
python-version: ${{ matrix.python-version }}
21
0 commit comments