This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 6680f83 RATIS-2436. Bump GitHub action versions (#78)
6680f83 is described below
commit 6680f83b63d9ba6b3049ea645551ad4ec707bdec
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sun Mar 15 05:52:06 2026 +0100
RATIS-2436. Bump GitHub action versions (#78)
---
.github/workflows/ci.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2862fae..ed74e78 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -21,9 +21,9 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout project
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Cache for Maven dependencies
- uses: actions/cache@v4
+ uses: actions/cache@v5
with:
path: ~/.m2/repository
key: maven-repo-${{ hashFiles('**/pom.xml') }}-${{ github.job }}
@@ -31,7 +31,7 @@ jobs:
maven-repo-${{ hashFiles('**/pom.xml') }}
maven-repo-
- name: Setup Java
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 8