Skip to content

Commit aa28b99

Browse files
Fix: 修复Checkout警告 (#19)
* Fix: 修复Checkout警告 更新checkout版本 * Fix: 修复Checkout警告
1 parent 522678f commit aa28b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
if: github.event.repository.owner.id == github.event.sender.id || ! github.event.sender.id
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: "Set up Python"
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.10'
2222

0 commit comments

Comments
 (0)