Skip to content

Commit 1089ac4

Browse files
committed
Update actions
1 parent f200846 commit 1089ac4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4.2.2
7+
- uses: actions/checkout@v5.0.0
88
- name: Set up JDK 21
9-
uses: actions/setup-java@v4.7.1
9+
uses: actions/setup-java@v5.0.0
1010
with:
11-
java-version: 21.0.7
11+
java-version: 21.0.8
1212
distribution: 'temurin'
1313
- name: Configure Git
1414
run: |
@@ -22,4 +22,4 @@ jobs:
2222
uses: actions/[email protected]
2323
with:
2424
name: PexNPC
25-
path: build/libs/PexNPC-2.0.jar
25+
path: build/libs/PexNPC-2.1.jar

0 commit comments

Comments
 (0)