File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Deploy nightly release
4343 if : (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')
44- uses : WebFreak001/deploy-nightly@v1.1 .0
44+ uses : WebFreak001/deploy-nightly@v3.2 .0
4545 env :
4646 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions
4747 with :
Original file line number Diff line number Diff line change 1919 packages : write
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v4.2.2
2323 - name : Set up JDK
24- uses : actions/setup-java@v2
24+ uses : actions/setup-java@v4.7.0
2525 with :
2626 java-version : ' 22'
2727 distribution : ' temurin'
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v4.2.2
1515 with :
1616 # [Required] Access token with `workflow` scope.
1717 token : ${{ secrets.WORKFLOW_SECRET }}
You can’t perform that action at this time.
0 commit comments