Skip to content

Commit d1a47d6

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # gradle.properties # versions/1.16.5/build.gradle
2 parents 5e45ecc + ba5463f commit d1a47d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Setup JDK
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@v5
2525
with:
2626
distribution: 'zulu'
2727
java-version: 21

0 commit comments

Comments
 (0)