We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ccc95 commit 45986b1Copy full SHA for 45986b1
.github/workflows/deploy.yml
@@ -10,9 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- name: Set up Python 3.10
15
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
16
with:
17
python-version: "3.10"
18
- name: Build wheel and source tarball
.github/workflows/lint.yml
@@ -7,9 +7,9 @@ jobs:
7
8
9
- name: Install dependencies
0 commit comments