File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 name : " IntentProof CI: Build and Test"
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515
1616 - name : Checkout intentproof-tools (SPEC_REF source)
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 with :
1919 repository : IntentProof/intentproof-tools
2020 ref : main
3131 echo "ref=$ref" >> "$GITHUB_OUTPUT"
3232
3333 - name : Checkout intentproof-spec at pinned ref
34- uses : actions/checkout@v6
34+ uses : actions/checkout@v7
3535 with :
3636 repository : IntentProof/intentproof-spec
3737 ref : ${{ steps.spec_ref.outputs.ref }}
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131 name : " IntentProof Release: Test Python Package"
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v6
34+ - uses : actions/checkout@v7
3535 with :
3636 ref : ${{ github.event_name == 'workflow_dispatch' && inputs.release_ref || github.ref }}
3737
3838 - name : Checkout intentproof-tools (SPEC_REF source)
39- uses : actions/checkout@v6
39+ uses : actions/checkout@v7
4040 with :
4141 repository : IntentProof/intentproof-tools
4242 ref : main
5353 echo "ref=$ref" >> "$GITHUB_OUTPUT"
5454
5555 - name : Checkout intentproof-spec at pinned ref
56- uses : actions/checkout@v6
56+ uses : actions/checkout@v7
5757 with :
5858 repository : IntentProof/intentproof-spec
5959 ref : ${{ steps.spec_ref.outputs.ref }}
8585 release_ref : ${{ steps.release.outputs.release_ref }}
8686 release_version : ${{ steps.release.outputs.release_version }}
8787 steps :
88- - uses : actions/checkout@v6
88+ - uses : actions/checkout@v7
8989 with :
9090 ref : ${{ github.event_name == 'workflow_dispatch' && inputs.release_ref || github.ref }}
9191
You can’t perform that action at this time.
0 commit comments