File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
needs : publish
117
117
steps :
118
118
- uses : actions/checkout@v4
119
- - uses : docker/setup-qemu-action@v1
119
+ - uses : docker/setup-qemu-action@v3
120
120
- run : |
121
121
docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform linux/${{ matrix.arch }} node:16-alpine -c "\
122
122
apk add build-base git python3 py3-setuptools --update-cache && \
@@ -135,7 +135,7 @@ jobs:
135
135
needs : publish
136
136
steps :
137
137
- uses : actions/checkout@v4
138
- - uses : docker/setup-qemu-action@v1
138
+ - uses : docker/setup-qemu-action@v3
139
139
- run : |
140
140
docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform linux/${{ matrix.arch }} node:16 -c "\
141
141
cd /tmp/project && \
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
name : Bump to a new version
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
token : ${{ secrets.PAT }}
23
23
fetch-depth : 0
24
- - uses : actions/setup-node@v3
24
+ - uses : actions/setup-node@v4
25
25
with :
26
26
node-version : 16
27
27
- name : Configure user
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
ENV_YEAR : ${{ github.event.inputs.year }}
19
19
ENV_VERSION : ${{ github.event.inputs.version }}
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
token : ${{ secrets.PAT }}
24
24
fetch-depth : 0
25
- - uses : actions/setup-node@v3
25
+ - uses : actions/setup-node@v4
26
26
with :
27
27
node-version : 16
28
28
- name : Create new update branch
35
35
- name : Download, compile and package SQLite
36
36
run : npm run download
37
37
- name : Push update branch
38
- uses : stefanzweifel/git-auto-commit-action@v4
38
+ uses : stefanzweifel/git-auto-commit-action@v5
39
39
with :
40
40
commit_message : Update SQLite to version ${{ env.ENV_TRUE_VERSION }}
41
41
branch : sqlite-update-${{ env.ENV_VERSION }}
You can’t perform that action at this time.
0 commit comments