From f348dfcb6a2cd304c8b7d209805de50c41b582e8 Mon Sep 17 00:00:00 2001 From: gem-cp Date: Mon, 3 Jun 2024 14:59:01 +0200 Subject: [PATCH] update --- .github/workflows/automatic_image_genration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automatic_image_genration.yml b/.github/workflows/automatic_image_genration.yml index dd128eb..fecfd17 100644 --- a/.github/workflows/automatic_image_genration.yml +++ b/.github/workflows/automatic_image_genration.yml @@ -13,12 +13,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Updated to Node.js 20 compatible version with: fetch-depth: 2 # Ensures at least two commits are fetched - name: Set up JDK 11 - uses: actions/setup-java@v3 + uses: actions/setup-java@v3.11.0 # Updated to Node.js 20 compatible version with: distribution: 'temurin' java-version: '11'