Skip to content

Commit

Permalink
chore(deps): update gradle/actions action to v4.2.2 (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent e555f6b commit 17007d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ vars.JAVA_VERSION }}
- name: Generate and submit dependency graph
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2
continue-on-error: true

build:
Expand All @@ -45,7 +45,7 @@ jobs:
java-version: ${{ vars.JAVA_VERSION }}

- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2
- name: Build project
run: |
./gradlew \
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ vars.JAVA_VERSION }}
- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Run tests
run: |
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ vars.JAVA_VERSION }}
- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Run tests
run: |
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ vars.JAVA_VERSION }}
- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Calculate miner image name
id: miner-image-name
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ vars.JAVA_VERSION }}
- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Calculate viewer image name
id: viewer-image-name
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ vars.JAVA_VERSION }}
- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Calculate miner image name
id: miner-image-name
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ vars.JAVA_VERSION }}
- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Calculate viewer image name
id: viewer-image-name
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ vars.JAVA_VERSION }}
- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Push latest on Docker Hub
run: |
Expand All @@ -42,7 +42,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ vars.JAVA_VERSION }}
- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Push latest on Docker Hub
run: |
Expand All @@ -66,7 +66,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ vars.JAVA_VERSION }}
- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Build project
run: |
Expand Down

0 comments on commit 17007d4

Please sign in to comment.