File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v6 .0.3
23+ uses : actions/checkout@v7 .0.0
2424
2525 - name : Install Rust toolchain
2626 uses : dtolnay/rust-toolchain@stable
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v6 .0.3
21+ uses : actions/checkout@v7 .0.0
2222
2323 - name : Install Rust toolchain
2424 uses : dtolnay/rust-toolchain@stable
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v6 .0.3
29+ uses : actions/checkout@v7 .0.0
3030 with :
3131 persist-credentials : false
3232 ref : ${{ github.event_name == 'workflow_dispatch' && github.ref || github.event.workflow_run.head_sha }}
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v6 .0.3
30+ uses : actions/checkout@v7 .0.0
3131 with :
3232 ref : ${{ github.event_name == 'workflow_dispatch' && inputs.release_tag || github.ref }}
3333 persist-credentials : false
7575
7676 steps :
7777 - name : Checkout
78- uses : actions/checkout@v6 .0.3
78+ uses : actions/checkout@v7 .0.0
7979 with :
8080 ref : ${{ github.event_name == 'workflow_dispatch' && inputs.release_tag || github.ref }}
8181 persist-credentials : false
@@ -149,7 +149,7 @@ jobs:
149149
150150 steps :
151151 - name : Checkout
152- uses : actions/checkout@v6 .0.3
152+ uses : actions/checkout@v7 .0.0
153153 with :
154154 ref : ${{ github.event_name == 'workflow_dispatch' && inputs.release_tag || github.ref }}
155155 persist-credentials : false
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v6 .0.3
25+ uses : actions/checkout@v7 .0.0
2626
2727 - name : Install Rust toolchain
2828 uses : dtolnay/rust-toolchain@stable
You can’t perform that action at this time.
0 commit comments