We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1b8b7 commit 9c2021bCopy full SHA for 9c2021b
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
8
9
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
10
11
steps:
12
- name: Checkout Repository
.github/workflows/publish.yml
@@ -8,12 +8,12 @@ on:
jobs:
publish:
if: github.repository_owner == 'ViaVersion'
13
14
uses: actions/checkout@v4
15
- name: Validate Gradle Wrapper
16
- uses: gradle/wrapper-validation-action@v2
+ uses: gradle/actions/wrapper-validation@v4
17
- name: Set up JDK 17
18
uses: actions/setup-java@v4
19
with:
0 commit comments