Skip to content

Commit 6cb7edb

Browse files
chore(deps): Update gradle and github actions
1 parent 14cbb64 commit 6cb7edb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: "./gradlew build --stacktrace"
3636
- name: "archive test results"
3737
if: "${{ always() }}"
38-
uses: "actions/upload-artifact@v4.6.2"
38+
uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4" # v5.0.0
3939
with:
4040
name: "${{ runner.os }}-test-results"
4141
path: |

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ checkstyle = "12.0.0"
1010
examination = "1.3.0"
1111
fabricApi = "0.134.0+1.21.9"
1212
fabricLoader = "0.17.2"
13-
indra = "3.2.0"
13+
indra = "4.0.0"
1414
junit = "6.0.0"
1515
minecraft = "1.21.9"
1616
parchment = "1.21.8:2025.07.20"

0 commit comments

Comments
 (0)