Skip to content

Commit

Permalink
chore:update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Feb 14, 2024
1 parent 0f0c726 commit b018d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Validate wrapper
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.1.0
uses: gradle/wrapper-validation-action@v2.1.1

# Setup Java 17 environment for the next steps
- name: Setup Java
Expand Down Expand Up @@ -142,6 +142,6 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b018d75

Please sign in to comment.