Skip to content

Commit

Permalink
chore(deps): bump gradle/gradle-build-action from 2 to 3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and fengelniederhammer committed Jan 30, 2024
1 parent b74cd40 commit 64103c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
java-version: '21'
distribution: 'adopt'
- name: Execute Tests
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: test
build-root-directory: ./backend
- name: Check Format And Lint
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: ktlintCheck
build-root-directory: ./backend
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
SECOND_TAG=$(echo "${{ steps.dockerMetadata.outputs.tags }}" | head -n 2 | tail -n 1)
echo "::set-output name=secondTag::$SECOND_TAG"
- name: Build Docker Image For Branch
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
env:
USER: ${{ github.actor }}
TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 64103c3

Please sign in to comment.