File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828 contents : write
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 with :
3333 repository : typst/typst
3434 ref : ${{ github.event.inputs.ref }}
3535
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737 with :
3838 path : dev-builds
3939 - name : Report the revision
Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - uses : typst-community/setup-typst@v4
2424 with :
2525 typst-version : v0.14.2
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 cargo : cargo xwin
3737
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v6
4040 with :
4141 repository : typst/hayagriva
4242 ref : ${{ env.INPUT_REF }}
4343
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4545 with :
4646 path : dev-builds
4747 - name : Report the revision
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
3939 cargo : cargo xwin
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343 with :
4444 repository : typst/package-check
4545 ref : ${{ env.INPUT_REF }}
4646
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v6
4848 with :
4949 path : dev-builds
5050 - name : Report the revision
Original file line number Diff line number Diff line change 4141 cargo : cargo
4242
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4545 with :
4646 repository : typst/packages
4747 ref : ${{ env.INPUT_REF }}
5050 docs/
5151 LICENSE
5252
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v6
5454 with :
5555 path : dev-builds
5656 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 cross : false
4141
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v6
4444 with :
4545 repository : typst/typst
4646 ref : ${{ env.INPUT_REF }}
4747
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949 with :
5050 path : dev-builds
5151 - uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments