From efcb1347f5f6a7068876a5e4ee3bff7aed95c0c9 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Tue, 22 Oct 2024 01:07:38 +0200 Subject: [PATCH] Bump petstore actions version --- .github/workflows/mod-spring-petstore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mod-spring-petstore.yml b/.github/workflows/mod-spring-petstore.yml index 6f77387..148dfcf 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@v3 + - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'temurin'