Skip to content

Commit

Permalink
Pin version of gradle-build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Dec 1, 2023
1 parent 4f9c641 commit d05d30d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: "17"
check-latest: false
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.4.2
with:
dependency-graph: generate-and-submit
- name: Setup Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: "17"
check-latest: false
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.4.2
- name: Setup Rust
id: rust-toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit d05d30d

Please sign in to comment.