Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Jan 2, 2024
1 parent 5e0a064 commit 5b26f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: sdkman/sdkman-action@master
id: sdkman
with:
candidate: java
version: '17.0.1-tem'
- name: Set up 8.0.332-tem
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 8
jdkFile: ${{ steps.sdkman.outputs.file }}
Expand Down

0 comments on commit 5b26f52

Please sign in to comment.