File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
doc-site/.github/workflows Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 29
29
- go
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
- name : Initialize CodeQL
34
34
uses : github/codeql-action/init@v3
35
35
with :
Original file line number Diff line number Diff line change 17
17
permissions :
18
18
packages : write
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0
23
23
Original file line number Diff line number Diff line change 14
14
permissions :
15
15
packages : write
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 0
20
20
Original file line number Diff line number Diff line change 18
18
contents : write
19
19
steps :
20
20
- name : Checkout source
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
Original file line number Diff line number Diff line change 27
27
TEST_ARGS : -v
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v5
31
31
with :
32
32
fetch-depth : 0
33
33
47
47
docker :
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v3
50
+ - uses : actions/checkout@v5
51
51
with :
52
52
fetch-depth : 0
53
53
@@ -139,7 +139,7 @@ jobs:
139
139
multiparty-enabled : false
140
140
141
141
steps :
142
- - uses : actions/checkout@v3
142
+ - uses : actions/checkout@v5
143
143
with :
144
144
fetch-depth : 0
145
145
Original file line number Diff line number Diff line change 50
50
blockchain-node : besu
51
51
fail-fast : false
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v5
54
54
with :
55
55
fetch-depth : 0
56
56
87
87
migration-test :
88
88
runs-on : firefly-ubuntu-latest
89
89
steps :
90
- - uses : actions/checkout@v3
90
+ - uses : actions/checkout@v5
91
91
with :
92
92
fetch-depth : 0
93
93
Original file line number Diff line number Diff line change 12
12
solidity-test :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v5
16
16
- name : Use Node.js
17
17
uses : actions/setup-node@v2
18
18
with :
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ FROM $BASE_TAG
74
74
ARG UI_TAG
75
75
ARG UI_RELEASE
76
76
RUN apk add --update --no-cache \
77
- sqlite=3.48.0-r2 \
77
+ sqlite=3.48.0-r3 \
78
78
postgresql16-client=16.9-r0 \
79
79
curl=8.12.1-r1 \
80
80
jq=1.7.1-r0
Original file line number Diff line number Diff line change 17
17
deploy :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0 # fetch all commits/branches
23
23
- uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments