File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 contents : read
2121
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6.0.2
2424 with :
2525 fetch-depth : 0
2626
3232 echo "EOF" >> $GITHUB_ENV
3333
3434 - name : Set up JDK 25
35- uses : actions/setup-java@v4
35+ uses : actions/setup-java@v5.2.0
3636 with :
3737 java-version : ' 25'
3838 distribution : ' temurin'
4444 # Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
4545 # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
4646 - name : Setup Gradle
47- uses : gradle/actions/setup-gradle@v4
47+ uses : gradle/actions/setup-gradle@v5.0.2
4848
4949 # set executable permissions on gradlew
5050 - name : Grant execute permission for gradlew
6565
6666 - name : Upload build artifacts to release
6767 id : update_release
68- uses : softprops/action-gh-release@v2
68+ uses : softprops/action-gh-release@v2.6.1
6969 with :
7070 token : ${{ secrets.TARDIS_WORKFLOW }}
7171 tag_name : " ${{ env.RELEASE_TAG }}"
7575 append_body : true
7676
7777 - name : Modrinth Publish
78- uses : cloudnode-pro/modrinth-publish@v2.1 .3
78+ uses : cloudnode-pro/modrinth-publish@v2.3 .3
7979 with :
8080 token : ${{ secrets.MODRINTH_TOKEN }} # Modrinth API token
8181 project : ' ymLTIuUH' # ID of the project this version is for
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@v6.0.2
1515 with :
1616 # [Required] Access token with `workflow` scope.
1717 token : ${{ secrets.TARDIS_ACTIONS }}
You can’t perform that action at this time.
0 commit comments