Skip to content

Commit

Permalink
Bump actions (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC authored Feb 1, 2024
1 parent 84302d0 commit 996c063
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
Expand Up @@ -9,13 +9,13 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'
ref: 'dev'
token: ${{secrets.ACCESS_TOKEN}}

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

0 comments on commit 996c063

Please sign in to comment.