Skip to content

Commit

Permalink
MAT-7052 changed to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecilia Liu committed Aug 7, 2024
1 parent b2f00a0 commit fa1c30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
Expand Down

0 comments on commit fa1c30d

Please sign in to comment.