Skip to content

Commit 22272aa

Browse files
fix: ci
1 parent 2bd5e47 commit 22272aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
if: |
1111
!contains(github.event.head_commit.message, '[ciskip]')
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Set up JDK 21 & Cache
15-
uses: actions/setup-java@v2
15+
uses: actions/setup-java@v4
1616
with:
17-
distribution: 'temurin'
17+
distribution: 'microsoft'
1818
java-version: '21'
1919
cache: 'gradle'
2020
- name: Release

0 commit comments

Comments
 (0)