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 2cc7877 commit 3f5de0dCopy full SHA for 3f5de0d
.github/workflows/fly.yml
@@ -52,7 +52,7 @@ jobs:
52
if: always()
53
id: time
54
run: echo "date=$(date -u +'%Y-%m-%d %H:%M')" >> $GITHUB_OUTPUT
55
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
56
with:
57
python-version: '3.12'
58
- name: Install dependencies
.github/workflows/update-db.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
python-version: '3.10'
51
0 commit comments