Skip to content

Commit

Permalink
Used current action versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jardo-51 committed Jul 13, 2024
1 parent 03547fc commit 64591fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
contents: write # write permission needed to enable GIT push after merge
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # the full GIT history needs to be checked out

- name: Set up JDK 17 # Java 17 is needed to run the changelog merge driver
uses: actions/setup-java@v3
- name: Set up JDK 17 # Java >= 17 is needed to run the changelog merge driver
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit 64591fb

Please sign in to comment.