Skip to content

Commit 31d0e1e

Browse files
committed
refactor: 优化
1 parent 9fa1c2b commit 31d0e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish-4.2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
# os: [ubuntu-latest, windows-latest, macOS-latest]
1313
os: [ ubuntu-latest ]
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v4
1616
- run: echo ${{github.ref}}
1717
- name: Set up Repository info
18-
uses: actions/setup-java@v2
18+
uses: actions/setup-java@v4
1919
with:
2020
java-version: '17'
2121
distribution: 'adopt'

0 commit comments

Comments
 (0)