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.
1 parent 64c8601 commit cacf498Copy full SHA for cacf498
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
if: ${{ github.event.workflow_run.conclusion == 'success' }}
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- uses: actions/setup-python@v4
18
with:
19
python-version: "3.10"
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
20
21
python-version: ${{ matrix.python-version }}
0 commit comments