File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout branch
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Set up pixi
20- uses : prefix-dev/setup-pixi@v0.8.14
20+ uses : prefix-dev/setup-pixi@v0.9.1
2121 with :
2222 environments : release
2323
5656 contents : write
5757 environment : pypi
5858 steps :
59- - uses : actions/download-artifact@v4
59+ - uses : actions/download-artifact@v5
6060 with :
6161 name : artifact
6262 path : dist
6363 - name : Publish package on PyPi
64- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
64+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ jobs:
3030 runs-on : ${{ inputs.os }}
3131 timeout-minutes : ${{ inputs.timeout-minutes }}
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434
3535 - name : Setup Pixi
36- uses : prefix-dev/setup-pixi@v0.8.14
36+ uses : prefix-dev/setup-pixi@v0.9.1
3737 with :
3838 environments : ${{ inputs.environment }}
3939
4040 - name : Start Docker Compose
4141 if : ${{ inputs.docker-services != '' }}
42- uses : isbang/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df
42+ uses : isbang/compose-action@b716db5b717cb9b81e391fe638e5aceaa2299e43
4343 with :
4444 compose-file : docker-compose.yaml
4545 services : ${{ inputs.docker-services }}
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout branch
18- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
18+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.1
1919 - name : Set up pixi
20- uses : prefix-dev/setup-pixi@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # v0.8.1
20+ uses : prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.8.1
2121 - name : Install repository
2222 # needed for generate-col-ops hook
2323 run : pixi run postinstall
Original file line number Diff line number Diff line change 1313 pixi-update :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up pixi
18- uses : prefix-dev/setup-pixi@v0.8.14
18+ uses : prefix-dev/setup-pixi@v0.9.1
1919 with :
2020 run-install : false
2121 - name : Update lockfiles
You can’t perform that action at this time.
0 commit comments