Skip to content

Commit

Permalink
Use actions/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Aug 30, 2024
1 parent 11809a2 commit fa874c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/setup-java@v2.5.0
uses: actions/setup-java@v4.2.2
with:
distribution: 'zulu'
java-version: '17'
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/setup-java@v2.5.0
uses: actions/setup-java@v4.2.2
with:
distribution: 'zulu'
java-version: '17'
Expand Down

0 comments on commit fa874c1

Please sign in to comment.