File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4242 with :
4343 persist-credentials : false
44- - uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .0
44+ - uses : docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3 .0
4545 - name : Build gateway image
4646 run : |
4747 # cacheonly skips exporting the assembled image to the local daemon.
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v7
2828
2929 - name : Setup Pages
30- uses : actions/configure-pages@v5
30+ uses : actions/configure-pages@v6
3131
3232 - name : Upload artifact
33- uses : actions/upload-pages-artifact@v3
33+ uses : actions/upload-pages-artifact@v5
3434 with :
3535 path : web
3636
Original file line number Diff line number Diff line change 4040 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4141 with :
4242 persist-credentials : false
43- - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
43+ - uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
4444 with :
4545 enable-cache : true
4646 # tests/test_audio.py shells out to FFmpeg against real audio.
Original file line number Diff line number Diff line change 3737 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3838 with :
3939 persist-credentials : false
40- - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
40+ - uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
4141 with :
4242 enable-cache : true
4343 - run : uv sync --locked --all-groups
Original file line number Diff line number Diff line change 3535 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636 with :
3737 persist-credentials : false
38- - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
38+ - uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
3939 with :
4040 enable-cache : true
4141 - run : uv sync --locked --all-groups
You can’t perform that action at this time.
0 commit comments