diff --git a/.github/workflows/call-build-project.yml b/.github/workflows/call-build-project.yml index 0e961df..ab6106c 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@v5 - 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..442350d 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@v5 - 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..b63bc4d 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@v5 - 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..97560bd 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@v5 - 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..a5e8684 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@v5 - 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..17cc210 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@v5 - 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@634f93cb2916e3fdff6788551b99b062d0335ce0 name: "Download velocity" with: name: velocity path: ./jars - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 name: "Download forge" with: name: forge path: ./jars - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 name: "Download fabric" with: name: fabric path: ./jars - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 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..faceb9d 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@v5 - 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@634f93cb2916e3fdff6788551b99b062d0335ce0 name: "Download ${{ matrix.id }}" with: name: ${{ matrix.id }}