File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 using : " composite"
2828 steps :
2929 - if : ${{ inputs.python == 'true' || inputs.uv == 'true' }}
30- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
30+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3131 with :
3232 python-version : " 3.12"
3333
Original file line number Diff line number Diff line change 3535 dockerhub-token : ${{ secrets.DOCKERHUB_TOKEN }}
3636
3737 - name : Build & Push Stable Docker
38- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
38+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
3939 with :
4040 push : true
4141 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 7575 fetch-depth : 0
7676 persist-credentials : false
7777
78- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
78+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
7979 with :
8080 python-version : ' 3.12'
8181
Original file line number Diff line number Diff line change 2828 with :
2929 fetch-depth : 0
3030 persist-credentials : false
31- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
31+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3232 with :
3333 python-version : ' 3.13'
3434
@@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Build & Push Docker Preview
152152 if : steps.verify_package.outputs.success == 'true'
153- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
153+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
154154 env :
155155 VERSION : ${{ env.VERSION }}
156156 with :
Original file line number Diff line number Diff line change 4040 fetch-depth : 1
4141 persist-credentials : false
4242 - name : 🐍 setup python
43- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
43+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
4444 with :
4545 python-version : ${{ env.PYTHON_VERSION }}
4646 - name : 🛠️ install deps
7676 fetch-depth : 1
7777 persist-credentials : false
7878 - name : 🐍 setup python
79- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
79+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
8080 with :
8181 python-version : " 3.10"
8282 - name : 🚫 verify install is rejected on unsupported python
Original file line number Diff line number Diff line change 1414 with :
1515 fetch-depth : 0
1616 persist-credentials : false
17- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
17+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
1818 with :
1919 python-version : ' 3.13'
2020
9696 if : |
9797 steps.verify_package.outputs.success == 'true' &&
9898 steps.docker_check.outputs.docker_exists != 'true'
99- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
99+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
100100 env :
101101 VERSION : ${{ env.VERSION }}
102102 with :
You can’t perform that action at this time.
0 commit comments