Skip to content

Commit

Permalink
Updated GitHub Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vladleesi committed Apr 1, 2024
1 parent c408c4d commit 3618a21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up JDK 17
uses: actions/setup-java@v1
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit 3618a21

Please sign in to comment.