We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a3e69 commit 8c34897Copy full SHA for 8c34897
1 file changed
.github/workflows/ci.yaml
@@ -9,10 +9,10 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- uses: actions/setup-python@v4
14
with:
15
- python-version: 3.x
+ python-version: 3.12
16
- run: pip install -r requirements.txt
17
- run: sudo apt-get update
18
- run: sudo apt-get install imagemagick pngquant
0 commit comments