diff --git a/.github/workflows/call-build-project.yml b/.github/workflows/call-build-project.yml index 0e961df..afb9acc 100644 --- a/.github/workflows/call-build-project.yml +++ b/.github/workflows/call-build-project.yml @@ -18,9 +18,9 @@ jobs: task: ":instances:bukkit:build" steps: - name: Checkout Git repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'adopt' java-version: 21 diff --git a/.github/workflows/call-detekt-validation.yml b/.github/workflows/call-detekt-validation.yml index a4c6a43..56134ee 100644 --- a/.github/workflows/call-detekt-validation.yml +++ b/.github/workflows/call-detekt-validation.yml @@ -6,9 +6,9 @@ jobs: name: "Check project by detekt" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: '21' diff --git a/.github/workflows/call-gradle-wrapper-validation.yml b/.github/workflows/call-gradle-wrapper-validation.yml index 40b9686..29cb46a 100644 --- a/.github/workflows/call-gradle-wrapper-validation.yml +++ b/.github/workflows/call-gradle-wrapper-validation.yml @@ -7,6 +7,6 @@ jobs: name: "Gradle Wrapper Validation" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v3 \ No newline at end of file diff --git a/.github/workflows/call-tests-validation.yml b/.github/workflows/call-tests-validation.yml index 9db21c0..f27ce31 100644 --- a/.github/workflows/call-tests-validation.yml +++ b/.github/workflows/call-tests-validation.yml @@ -7,9 +7,9 @@ jobs: name: "Run tests" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'adopt' java-version: '21' diff --git a/.github/workflows/call-upload-artifacts.yml b/.github/workflows/call-upload-artifacts.yml index 0cadab0..45649cd 100644 --- a/.github/workflows/call-upload-artifacts.yml +++ b/.github/workflows/call-upload-artifacts.yml @@ -18,14 +18,14 @@ jobs: task: ":instances:bukkit:shadowJar" steps: - name: Checkout Git repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: christian-draeger/read-properties@1.1.1 id: properties with: path: './gradle.properties' properties: 'makeevrserg.project.name' - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'adopt' java-version: 21 diff --git a/.github/workflows/call-upload-github-release.yml b/.github/workflows/call-upload-github-release.yml index faca993..1da6e63 100644 --- a/.github/workflows/call-upload-github-release.yml +++ b/.github/workflows/call-upload-github-release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Git repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: christian-draeger/read-properties@1.1.1 id: properties @@ -18,22 +18,22 @@ jobs: path: './gradle.properties' properties: 'makeevrserg.project.name makeevrserg.project.version.string' - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 name: "Download velocity" with: name: velocity path: ./jars - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 name: "Download forge" with: name: forge path: ./jars - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 name: "Download fabric" with: name: fabric path: ./jars - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 name: "Download bukkit" with: name: bukkit diff --git a/.github/workflows/call-upload-modrinth-release.yml b/.github/workflows/call-upload-modrinth-release.yml index fd7c4aa..3d8616d 100644 --- a/.github/workflows/call-upload-modrinth-release.yml +++ b/.github/workflows/call-upload-modrinth-release.yml @@ -21,7 +21,7 @@ jobs: task: ":instances:bukkit:shadowJar" steps: - name: Checkout Git repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: christian-draeger/read-properties@1.1.1 id: properties @@ -29,7 +29,7 @@ jobs: path: './gradle.properties' properties: 'makeevrserg.project.name makeevrserg.project.version.string' - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 name: "Download ${{ matrix.id }}" with: name: ${{ matrix.id }}