File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
5252 echo '{"experimental": "enabled"}' | sudo tee ~/.docker/config.json
5353
5454 - name : Set up QEMU
55- uses : docker/setup-qemu-action@v3
55+ uses : docker/setup-qemu-action@v4
5656
5757 - name : Set up Docker Buildx
58- uses : docker/setup-buildx-action@v3
58+ uses : docker/setup-buildx-action@v4
5959
6060 - name : Setup before compilation
6161 id : compile-setup
Original file line number Diff line number Diff line change 2121 - name : Set up Python
2222 uses : actions/setup-python@v5
2323 with :
24- python-version : 3.8
24+ python-version : 3.14
2525
2626 - name : Install yamllint
2727 run : pip install yamllint
Original file line number Diff line number Diff line change @@ -98,14 +98,14 @@ jobs:
9898 fi
9999
100100 - name : Docker login docker.io
101- uses : docker/login-action@v3
101+ uses : docker/login-action@v4
102102 with :
103103 username : ${{ env.DOCKERHUB_USERNAME }}
104104 password : ${{ env.DOCKERHUB_PASSWORD }}
105105 registry : ${{ env.DOCKERHUB_REGISTRY }}
106106
107107 - name : Docker login gcr.io
108- uses : docker/login-action@v3
108+ uses : docker/login-action@v4
109109 if : ${{ steps.parse_configs.outputs.push_to_gcr == 'true' }}
110110 with :
111111 username : ${{ env.GCR_USERNAME }}
Original file line number Diff line number Diff line change 22 "createpackage" : " v1.73.0" ,
33 "jam" : " v2.15.3" ,
44 "libpaktools" : " v0.3.0" ,
5- "pack" : " v0.40.0 "
5+ "pack" : " v0.40.1 "
66}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function main() {
4545 run::build
4646 cmd::build
4747
48- # # For backwards compatibility with amd64 wokflows
48+ # # For backwards compatibility with amd64 workflows
4949 if [[ ${# targets[@]} -eq 1 && " ${targets[0]} " == " linux/amd64" ]]; then
5050 cp -r " ${BUILDPACKDIR} /linux/amd64/bin/" " ${BUILDPACKDIR} /"
5151 fi
You can’t perform that action at this time.
0 commit comments