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 3b137a1 + 8a78ed8 commit c630805Copy full SHA for c630805
.github/workflows/Lint-and-test.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
version: ['3.12']
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: actions/setup-python@v6
18
with:
19
python-version: ${{ matrix.version }}
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
- name: Set up Python
uses: actions/setup-python@v6
0 commit comments