Skip to content

Commit

Permalink
Merge pull request #178 from navikt/dependabot/github_actions/gradle/…
Browse files Browse the repository at this point in the history
…gradle-build-action-2.6.1

Bump gradle/gradle-build-action from 2.6.0 to 2.6.1
  • Loading branch information
github-actions[bot] authored Jul 19, 2023
2 parents 5bc846a + 5756efb commit 6e4b130
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-auto-merged-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
java-version: 19
distribution: 'temurin'

- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
with:
arguments: test --continue --no-daemon
gradle-home-cache-cleanup: true
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
Changes in this Release
${{ steps.notes.outputs.CHANGELOG }}
- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
with:
arguments: -Pversion=${{ steps.tag.outputs.version }} publish
gradle-home-cache-cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
java-version: 19
distribution: 'temurin'

- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
with:
arguments: test --continue --no-daemon --configuration-cache

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: 19
distribution: 'temurin'

- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
with:
arguments: test --continue --no-daemon
gradle-home-cache-cleanup: true
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
Changes in this Release
${{ steps.notes.outputs.CHANGELOG }}
- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
with:
arguments: -Pversion=${{ steps.tag.outputs.version }} publish
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit 6e4b130

Please sign in to comment.