From 9e941e590ec870bd035f24f9b3112f04027f8be1 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Fri, 19 Jun 2026 13:00:36 +0200 Subject: [PATCH] checkout v4->v7, setup-java v4->v5, cache v4->v5 --- .github/workflows/mod-spring-petstore.yml | 4 ++-- .github/workflows/simple.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mod-spring-petstore.yml b/.github/workflows/mod-spring-petstore.yml index 22d20a8..2375bba 100644 --- a/.github/workflows/mod-spring-petstore.yml +++ b/.github/workflows/mod-spring-petstore.yml @@ -9,9 +9,9 @@ jobs: mod-spring-petstore: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index 67462c6..3620be1 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -11,7 +11,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/setup-java@v4 + - uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: '21' @@ -22,8 +22,8 @@ jobs: docker rm -f okapi OKAPI=http://`docker network inspect --format='{{range .IPAM.Config}}{{.Gateway}}{{end}}' bridge`:9130 java -Dokapiurl=$OKAPI -jar okapi-core-fat.jar dev & - - uses: actions/checkout@v4 - - uses: actions/cache@v4 + - uses: actions/checkout@v7 + - uses: actions/cache@v5 with: path: ~/.m2/repository key: vertx