Skip to content

Commit

Permalink
Switch to gradle/actions/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Feb 6, 2024
1 parent 952c294 commit 6e02741
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@v3.0.0
uses: gradle/actions/setup-gradle@v3.0.0
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@v3.0.0
uses: gradle/actions/setup-gradle@v3.0.0
- name: Setup Rust
id: rust-toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 6e02741

Please sign in to comment.