Skip to content

Commit 8c34897

Browse files
committed
updates python version to be explicit, updates actions/checkout
1 parent 11a3e69 commit 8c34897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.x
15+
python-version: 3.12
1616
- run: pip install -r requirements.txt
1717
- run: sudo apt-get update
1818
- run: sudo apt-get install imagemagick pngquant

0 commit comments

Comments
 (0)