Skip to content

Commit

Permalink
Update checkout and setup-java action (#7)
Browse files Browse the repository at this point in the history
node12 is out of support. The updated versions use node16
  • Loading branch information
Jean-BaptisteC authored Jun 5, 2023
1 parent d9d9a15 commit 84302d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: '0'
ref: 'dev'
token: ${{secrets.ACCESS_TOKEN}}

- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

0 comments on commit 84302d0

Please sign in to comment.