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 2929 - go
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - name : Initialize CodeQL
3434 uses : github/codeql-action/init@v3
3535 with :
Original file line number Diff line number Diff line change 1717 permissions :
1818 packages : write
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 1414 permissions :
1515 packages : write
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 1818 contents : write
1919 steps :
2020 - name : Checkout source
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 2727 TEST_ARGS : -v
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333
4747 docker :
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v5
5151 with :
5252 fetch-depth : 0
5353
@@ -139,7 +139,7 @@ jobs:
139139 multiparty-enabled : false
140140
141141 steps :
142- - uses : actions/checkout@v3
142+ - uses : actions/checkout@v5
143143 with :
144144 fetch-depth : 0
145145
Original file line number Diff line number Diff line change 5050 blockchain-node : besu
5151 fail-fast : false
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v5
5454 with :
5555 fetch-depth : 0
5656
8787 migration-test :
8888 runs-on : firefly-ubuntu-latest
8989 steps :
90- - uses : actions/checkout@v3
90+ - uses : actions/checkout@v5
9191 with :
9292 fetch-depth : 0
9393
Original file line number Diff line number Diff line change 1212 solidity-test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v5
1616 - name : Use Node.js
1717 uses : actions/setup-node@v2
1818 with :
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ FROM $BASE_TAG
7474ARG UI_TAG
7575ARG UI_RELEASE
7676RUN apk add --update --no-cache \
77- sqlite=3.48.0-r2 \
77+ sqlite=3.48.0-r3 \
7878 postgresql16-client=16.9-r0 \
7979 curl=8.12.1-r1 \
8080 jq=1.7.1-r0
Original file line number Diff line number Diff line change 1717 deploy :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0 # fetch all commits/branches
2323 - uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments