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 a3668f4 commit c1ad7b7Copy full SHA for c1ad7b7
.github/workflows/build.yml
@@ -19,10 +19,10 @@ jobs:
19
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
23
24
- name: Setup Python
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
26
with:
27
python-version: 3.x
28
cache: 'pip'
@@ -103,7 +103,7 @@ jobs:
103
needs: [build, publish-docker]
104
105
106
107
- name: Generate Dockerfile
108
run: ./deployment/generate-dockerfile.sh
109
env:
0 commit comments