Skip to content

Commit

Permalink
Merge pull request #579 from sfu-db/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
wangxiaoying authored Mar 11, 2024
2 parents c9676b7 + 49d8876 commit 3350b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
components: rustfmt
default: true

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
Expand Down

0 comments on commit 3350b3e

Please sign in to comment.