Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-cp committed Jun 3, 2024
1 parent ecff496 commit f348dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automatic_image_genration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f348dfc

Please sign in to comment.