File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1717 python-version : ' 3.11'
1818 - name : Install Bowtie
1919 run : pip install bowtie-json-schema==2023.8.16
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 submodules : true
2323 persist-credentials : false
Original file line number Diff line number Diff line change 1414 env :
1515 ENABLE_ASSERTIONS : 1
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 persist-credentials : false
2020 - name : Coursier cache
5050 env :
5151 ENABLE_ASSERTIONS : 1
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 with :
5555 persist-credentials : false
5656 - name : Coursier cache
8585 attestations : write
8686 contents : read
8787 steps :
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@v5
8989 with :
9090 persist-credentials : false
9191 - name : Coursier cache
Original file line number Diff line number Diff line change 1313 status : ${{ steps.check.conclusion }}
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-tags : true
1919 persist-credentials : false
2727 if : needs.check.outputs.status == 'success'
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 persist-credentials : false
3333 - uses : taiki-e/install-action@parse-changelog
Original file line number Diff line number Diff line change 1010 name : Update Dependency Graph
1111 runs-on : blacksmith-2vcpu-ubuntu-2204
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 persist-credentials : false
1616 - uses : scalacenter/sbt-dependency-submission@v3
Original file line number Diff line number Diff line change 1616 attestations : write
1717 contents : read
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 persist-credentials : false
2222 - name : Coursier cache
Original file line number Diff line number Diff line change 77 fuzz :
88 runs-on : blacksmith-2vcpu-ubuntu-2204
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 persist-credentials : false
1313 - name : Coursier cache
Original file line number Diff line number Diff line change 1010 runs-on : blacksmith-2vcpu-ubuntu-2204
1111 if : ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main' }}
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 persist-credentials : false
1616 - name : Coursier cache
Original file line number Diff line number Diff line change 1010 runs-on : blacksmith-2vcpu-ubuntu-2204
1111 if : ${{ github.event.workflow_run.conclusion == 'success' && (github.event.workflow_run.head_branch == 'main' || startsWith(github.event.workflow_run.head_branch, 'v')) }}
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 persist-credentials : false
You can’t perform that action at this time.
0 commit comments