From 5349de91c5ef4d84405110d2d38b70b29cc9f968 Mon Sep 17 00:00:00 2001 From: EnZaXD Date: Wed, 7 Aug 2024 11:32:16 +0200 Subject: [PATCH] Rename CI workflow and update gradle wrapper validation (#4079) --- .github/workflows/{gradle.yml => build.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{gradle.yml => build.yml} (92%) diff --git a/.github/workflows/gradle.yml b/.github/workflows/build.yml similarity index 92% rename from .github/workflows/gradle.yml rename to .github/workflows/build.yml index d47a177a2..d3d940007 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Validate Gradle Wrapper - uses: gradle/actions/wrapper-validation@v3 + uses: gradle/actions/wrapper-validation@v4 - name: Set up JDK 17 uses: actions/setup-java@v4 with: diff --git a/README.md b/README.md index 1e60c6e3d..6a2632850 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ViaVersion [![Latest Release](https://img.shields.io/github/v/release/ViaVersion/ViaVersion)](https://viaversion.com) -[![Build Status](https://github.com/ViaVersion/ViaVersion/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/ViaVersion/ViaVersion/actions) +[![Build Status](https://github.com/ViaVersion/ViaVersion/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/ViaVersion/ViaVersion/actions) [![Discord](https://img.shields.io/badge/chat-on%20discord-blue.svg)](https://viaversion.com/discord) **Allows the connection of higher client versions to lower server versions -