Skip to content

Commit 243fded

Browse files
Bump gradle/gradle-build-action from 2 to 3
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2...v3) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0db1d8 commit 243fded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
export TAG_NAME="$(TZ="Europe/Oslo" date +%Y.%m.%d-%H.%M).$(echo $GITHUB_SHA | cut -c 1-12)"
2424
echo "RELEASE_TAG=$TAG_NAME" >> $GITHUB_ENV
25-
- uses: gradle/gradle-build-action@v2
25+
- uses: gradle/gradle-build-action@v3
2626
name: Build and publish
2727
with:
2828
arguments: build -Pversion=${{ env.RELEASE_TAG }} publish

0 commit comments

Comments
 (0)