Skip to content

Commit 04b49ee

Browse files
authored
ci: v4 actions
1 parent 2812f09 commit 04b49ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4.1.1
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
1313
- name: Set up JDK 17
14-
uses: actions/setup-java@v4.1.0
14+
uses: actions/setup-java@v4
1515
with:
1616
java-version: '17'
1717
distribution: 'temurin'
1818
- name: Setup Gradle
19-
uses: gradle/gradle-build-action@v3.1.0
19+
uses: gradle/actions/setup-gradle@v4
2020
- name: Cache SonarCloud packages
2121
uses: actions/cache@v4
2222
with:
@@ -30,13 +30,13 @@ jobs:
3030
run: ./gradlew check sonar --continue
3131
- name: Upload test reports
3232
if: ${{ !cancelled() }}
33-
uses: actions/upload-artifact@v4.3.1
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: reports
3636
path: '**/build/reports/**/*'
3737
- name: Release please
3838
id: release
3939
if: ${{ github.ref_name == 'master' || startsWith(github.ref_name, 'release/') }}
40-
uses: google-github-actions/release-please-action@v4.1.0
40+
uses: google-github-actions/release-please-action@v4
4141
with:
4242
target-branch: ${{ github.ref_name }}

0 commit comments

Comments
 (0)