Compare commits
3
Commits
59ca1a8323
...
f9f8506963
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9f8506963 | ||
|
|
a63be55cb7 | ||
|
|
0bd6a62eca |
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13-alpine AS base
|
||||
FROM python:3.14-alpine AS base
|
||||
|
||||
ENV TZ=Europe/Paris
|
||||
|
||||
|
||||
Reference in New Issue
Block a user