Skip to content

Commit

Permalink
Fix: dependency security alert (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoJiang committed Aug 25, 2023
1 parent dad5ad0 commit 99c9b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
java-version: 8

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.4.2

- name: Run local tests
run: ./gradlew :kace-compiler:test
Expand Down

0 comments on commit 99c9b2e

Please sign in to comment.