Skip to content

Commit

Permalink
Revert "chore(deps): Bump gradle/actions from 3 to 321 (#1130)"
Browse files Browse the repository at this point in the history
This reverts commit dbf5815.
  • Loading branch information
bobeal committed Apr 10, 2024
1 parent dbf5815 commit b865c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: 'temurin'
java-version: '21'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v321
uses: gradle/actions/setup-gradle@v3
- name: Assemble project
run: ./gradlew assemble
- name: Upload jars artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v321
uses: gradle/actions/setup-gradle@v3
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down

0 comments on commit b865c0b

Please sign in to comment.