We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b45e3 commit 94ebd10Copy full SHA for 94ebd10
.github/workflows/lint_and_test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- name: Set up Python 3.10
17
uses: actions/setup-python@v5
18
with:
.github/workflows/python-deploy_to_pypi.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Build and publish to PyPI
10
runs-on: ubuntu-20.04
11
0 commit comments