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 17
17
python-version : ' 3.11'
18
18
- name : Install Bowtie
19
19
run : pip install bowtie-json-schema==2023.8.16
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
with :
22
22
submodules : true
23
23
persist-credentials : false
Original file line number Diff line number Diff line change 14
14
env :
15
15
ENABLE_ASSERTIONS : 1
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
persist-credentials : false
20
20
- name : Coursier cache
50
50
env :
51
51
ENABLE_ASSERTIONS : 1
52
52
steps :
53
- - uses : actions/checkout@v4
53
+ - uses : actions/checkout@v5
54
54
with :
55
55
persist-credentials : false
56
56
- name : Coursier cache
85
85
attestations : write
86
86
contents : read
87
87
steps :
88
- - uses : actions/checkout@v4
88
+ - uses : actions/checkout@v5
89
89
with :
90
90
persist-credentials : false
91
91
- name : Coursier cache
Original file line number Diff line number Diff line change 13
13
status : ${{ steps.check.conclusion }}
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
fetch-tags : true
19
19
persist-credentials : false
27
27
if : needs.check.outputs.status == 'success'
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
persist-credentials : false
33
33
- uses : taiki-e/install-action@parse-changelog
Original file line number Diff line number Diff line change 10
10
name : Update Dependency Graph
11
11
runs-on : blacksmith-2vcpu-ubuntu-2204
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
persist-credentials : false
16
16
- uses : scalacenter/sbt-dependency-submission@v3
Original file line number Diff line number Diff line change 16
16
attestations : write
17
17
contents : read
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
with :
21
21
persist-credentials : false
22
22
- name : Coursier cache
Original file line number Diff line number Diff line change 7
7
fuzz :
8
8
runs-on : blacksmith-2vcpu-ubuntu-2204
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
with :
12
12
persist-credentials : false
13
13
- name : Coursier cache
Original file line number Diff line number Diff line change 10
10
runs-on : blacksmith-2vcpu-ubuntu-2204
11
11
if : ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main' }}
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
persist-credentials : false
16
16
- name : Coursier cache
Original file line number Diff line number Diff line change 10
10
runs-on : blacksmith-2vcpu-ubuntu-2204
11
11
if : ${{ github.event.workflow_run.conclusion == 'success' && (github.event.workflow_run.head_branch == 'main' || startsWith(github.event.workflow_run.head_branch, 'v')) }}
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
persist-credentials : false
You can’t perform that action at this time.
0 commit comments