Skip to content

Commit

Permalink
Merge branch 'zhonghuaifang:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanying authored Dec 18, 2023
2 parents 74548ec + 489ef21 commit a18a077
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/10000.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bika.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Set up Python'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bilibili.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Set up Python'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iqiyi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 10.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 10.x
- name: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tieba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 10.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 10.x
- name: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v2ex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 10.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 10.x
- name: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v_video.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 10.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 10.x
- name: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: "Set up Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xiaomi-Android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Set up Python'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xiaomi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Set up Python'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down

0 comments on commit a18a077

Please sign in to comment.