File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
3737 - name : Install uv
38- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
38+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
3939 with :
4040 version : " 0.9.*"
4141 enable-cache : true
9393 # Push `latest` when comiting to main
9494 - name : Build and push latest
9595 if : github.ref == 'refs/heads/main'
96- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
96+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
9797 with :
9898 platforms : linux/amd64
9999 context : .
@@ -105,7 +105,7 @@ jobs:
105105 # Push `{VERSION}` when pushing a new tag
106106 - name : Build and push tag
107107 if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
108- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
108+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
109109 with :
110110 platforms : linux/amd64
111111 context : .
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
2424 - name : Install uv
25- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
25+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
2626 with :
2727 version : " 0.9.*"
2828 enable-cache : true
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717
1818 - name : Install uv
19- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
19+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
2020 with :
2121 version : " 0.9.*"
2222 enable-cache : true
4848 run : |
4949 uv run hatch build
5050
51- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
51+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
5252 with :
5353 path : ./dist/
5454
You can’t perform that action at this time.
0 commit comments