Skip to content

Commit 20af95c

Browse files
xzl01BLumia
authored andcommitted
chore(deps-dev): bump version to v4
Log:
1 parent da2d361 commit 20af95c

8 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/auto-integration-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
pr-auto-integration:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
with:
4848
repository: "${{ inputs.organization }}/${{ inputs.repository }}"
4949

.github/workflows/auto-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
auto_tag:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
ref: ${{ github.event.pull_request.head.sha }}
2525
persist-credentials: false

.github/workflows/build-distribution.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
outputs:
2323
result: ${{ steps.result.outputs.RESULT }}
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
if: ${{ github.event.pull_request.head.sha }}
2727
with:
2828
ref: ${{ github.event.pull_request.head.sha }}
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
if: ${{ github.event_name == 'push' }}
3131
with:
3232
fetch-depth: 0
@@ -62,11 +62,11 @@ jobs:
6262
ssh-private-key: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}
6363
- run: git config --global user.email "ci@deepin.org"
6464
- run: git config --global user.name "deepin-ci"
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666
if: ${{ github.event.pull_request.head.sha }}
6767
with:
6868
ref: ${{ github.event.pull_request.head.sha }}
69-
- uses: actions/checkout@v3
69+
- uses: actions/checkout@v4
7070
if: ${{ github.event_name == 'push' }}
7171
with:
7272
fetch-depth: 0
@@ -157,11 +157,11 @@ jobs:
157157
needs: [debian-setup]
158158
runs-on: ubuntu-latest
159159
steps:
160-
- uses: actions/checkout@v3
160+
- uses: actions/checkout@v4
161161
if: ${{ github.event.pull_request.head.sha }}
162162
with:
163163
ref: ${{ github.event.pull_request.head.sha }}
164-
- uses: actions/checkout@v3
164+
- uses: actions/checkout@v4
165165
if: ${{ github.event_name == 'push' }}
166166
with:
167167
fetch-depth: 0
@@ -297,7 +297,7 @@ jobs:
297297
done
298298
echo "exit_code=0" >> $GITHUB_OUTPUT
299299
- name: Download all packages
300-
uses: actions/download-artifact@v3
300+
uses: actions/download-artifact@v4
301301
with:
302302
name: Debian
303303
path: ./deb
@@ -361,11 +361,11 @@ jobs:
361361
continue-on-error: true
362362
runs-on: ubuntu-latest
363363
steps:
364-
- uses: actions/checkout@v3
364+
- uses: actions/checkout@v4
365365
if: ${{ github.event.pull_request.head.sha }}
366366
with:
367367
ref: ${{ github.event.pull_request.head.sha }}
368-
- uses: actions/checkout@v3
368+
- uses: actions/checkout@v4
369369
if: ${{ github.event_name == 'push' }}
370370
with:
371371
fetch-depth: 0
@@ -501,7 +501,7 @@ jobs:
501501
done
502502
echo "exit_code=0" >> $GITHUB_OUTPUT
503503
- name: Download all packages
504-
uses: actions/download-artifact@v3
504+
uses: actions/download-artifact@v4
505505
with:
506506
name: Deepin
507507
path: ./deb

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Fetch code
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
with:
1212
ref: ${{ github.event.pull_request.head.sha }}
1313
fetch-depth: 0

.github/workflows/deploy-dev-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "deb [trusted=yes] https://ci.deepin.com/repo/obs/deepin:/Develop:/main/standard/ ./" >> /etc/apt/sources.list
3939
echo "deb-src [trusted=yes] https://ci.deepin.com/repo/obs/deepin:/Develop:/main/standard/ ./" >> /etc/apt/sources.list
4040
apt-get update && apt-get install -y --force-yes ca-certificates apt-transport-https sudo
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
with:
4343
ref: ${{ inputs.ref }}
4444
persist-credentials: false
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/deploy-pages@v1
9090

9191
- name: Download artifact
92-
uses: actions/download-artifact@v3
92+
uses: actions/download-artifact@v4
9393
if: github.event_name == 'workflow_dispatch'
9494
with:
9595
name: github-pages

.github/workflows/doc-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "Init failed after $retries attempts. Giving up."
5858
exit 1
5959
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6161
with:
6262
ref: ${{ github.event.pull_request.head.sha }}
6363
persist-credentials: false

.github/workflows/dtk-unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- /sys/fs/cgroup:/sys/fs/cgroup
2121
- /etc/machine-id:/etc/machine-id
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
if: ${{ github.event.pull_request.head.sha }}
2525
with:
2626
ref: ${{ github.event.pull_request.head.sha }}
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
if: ${{ github.event_name == 'push' }}
2929

3030
- name: Install Dependences

workflow-templates/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- run: export
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
persist-credentials: false

0 commit comments

Comments
 (0)