From 0b744584322e4ddd65c6e877e71ad709626413c6 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Tue, 14 May 2024 08:44:46 +0800 Subject: [PATCH] ci: bump up actions --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97d4f18..3935081 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20, 21] + node-version: [20, 22] steps: - name: Decide the ref to check out uses: haya14busa/action-cond@v1 @@ -33,11 +33,12 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: "17" distribution: "temurin" - cache: "gradle" + - name: Setup Gradle + uses: gradle/actions/setup-gradle@v3 - name: Download Gradle run: | cd test/project/with-artifactory-plugin