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 6119ef8 commit c512639Copy full SHA for c512639
.github/workflows/dispatch.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
dispatch:
11
name: Dispatch
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
steps:
14
- run: |
15
curl --retry 2 --fail -X POST \
.github/workflows/test.yml
@@ -9,10 +9,10 @@ on:
test:
name: Test
- - uses: actions/checkout@v2
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
16
with:
17
- python-version: 3.8
+ python-version: "3.12"
18
- run: python db.py validate
0 commit comments