We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a506528 + 9b68b89 commit 3af57f3Copy full SHA for 3af57f3
.github/workflows/publish.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
with:
.github/workflows/pythonapp.yaml
@@ -17,7 +17,7 @@ jobs:
17
FORCE_COLOR: 1
18
19
20
21
- name: Remove cached duckdb extensions
22
run: rm -rf ~/.duckdb
23
- uses: fjwillemsen/setup-nox2@v3.0.0
0 commit comments