Skip to content

Commit e7c7f77

Browse files
build: bump gradle/gradle-build-action from 2.1.4 to 2.1.5 (#3)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ad7651 commit e7c7f77

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
@@ -29,6 +29,6 @@ jobs:
2929
java-version: '11'
3030
distribution: 'temurin'
3131
- name: Build with Gradle
32-
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
32+
uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701
3333
with:
3434
arguments: build

.github/workflows/publish.yml

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

3232
- name: Build with Gradle
33-
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
33+
uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701
3434
with:
3535
arguments: build
3636

3737
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
3838
# the publishing section of your build.gradle
3939
- name: Publish to GitHub Packages
40-
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
40+
uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701
4141
with:
4242
arguments: publish
4343
env:

0 commit comments

Comments
 (0)