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@v4
14+ - uses : actions/checkout@v6
1515
1616 - name : Checkout intentproof-tools (SPEC_REF source)
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 repository : IntentProof/intentproof-tools
2020 ref : main
@@ -31,13 +31,13 @@ jobs:
3131 echo "ref=$ref" >> "$GITHUB_OUTPUT"
3232
3333 - name : Checkout intentproof-spec at pinned ref
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 with :
3636 repository : IntentProof/intentproof-spec
3737 ref : ${{ steps.spec_ref.outputs.ref }}
3838 path : intentproof-spec
3939
40- - uses : actions/setup-python@v5
40+ - uses : actions/setup-python@v6
4141 with :
4242 python-version : ' 3.11'
4343
You can’t perform that action at this time.
0 commit comments