We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46c5a4 commit aeee575Copy full SHA for aeee575
3 files changed
.github/workflows/code_style.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v3
10
- name: Setup python
11
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
12
with:
13
python-version: 3.9
14
architecture: x64
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
- name: Set up Python
15
python-version: "3.x"
16
- name: Install dependencies
.github/workflows/unit_test.yml
@@ -12,7 +12,7 @@ jobs:
17
python-version: ${{ matrix.python-version }}
18
0 commit comments