Skip to content

Commit 48c18e1

Browse files
committed
chore: 修正 ci 脚本
1 parent bd1ea5f commit 48c18e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/every-week.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: setup
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
java-version: '21'
2020
distribution: 'temurin'

0 commit comments

Comments
 (0)