Skip to content

Commit

Permalink
Use updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bethke authored and stefanbethke committed Mar 13, 2024
1 parent dfc9c64 commit cd815d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
string: ${{ github.repository }}/cmcc-operator
- name: push
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
with:
arguments: >
build test jib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: adopt
cache: gradle
- name: build
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
with:
arguments: build test --scan

0 comments on commit cd815d4

Please sign in to comment.