We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a29fcb commit 07c81edCopy full SHA for 07c81ed
2 files changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v5
19
with:
20
- python-version: '3.11'
+ python-version: "3.12.1"
21
22
# Step 3: Install dependencies (including bump2version)
23
- name: Install Dependencies
render.yaml
@@ -1,6 +1,6 @@
1
previews:
2
generation:
3
- expireAfterDays: 1
+ expireAfterDays: 1
4
services:
5
- type: web
6
name: basic-foundation
0 commit comments