Skip to content

Commit 2998e8b

Browse files
Merge branch 'gh-actions-update-1774272305'
2 parents e812a42 + 76b2f6f commit 2998e8b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

@@ -32,7 +32,7 @@ jobs:
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'
@@ -44,7 +44,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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 }}"
@@ -75,7 +75,7 @@ jobs:
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

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)