Skip to content

Commit 981351d

Browse files
build: bump gradle/gradle-build-action from 2 to 3 (#35)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d881859 commit 981351d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
distribution: 'temurin'
3939

4040
- name: Build & Test
41-
uses: gradle/gradle-build-action@v2
41+
uses: gradle/gradle-build-action@v3
4242
with:
4343
arguments: build test

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
settings-path: ${{ github.workspace }} # location for the settings.xml file
3030

3131
- name: Build the project
32-
uses: gradle/gradle-build-action@v2
32+
uses: gradle/gradle-build-action@v3
3333
with:
3434
arguments: build
3535

3636
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
3737
# the publishing section of your build.gradle
3838
- name: Publish to GitHub Packages
39-
uses: gradle/gradle-build-action@v2
39+
uses: gradle/gradle-build-action@v3
4040
with:
4141
arguments: publish
4242
env:

0 commit comments

Comments
 (0)