Skip to content

Commit 255aa04

Browse files
Update actions/checkout action to v4 (#357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 130a985 commit 255aa04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/forum_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 签出代码
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313

1414
- name: 初始化Python
1515
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)