Skip to content

Commit

Permalink
chore(ci): update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matey97 committed Nov 14, 2024
1 parent 03c969e commit d6bac2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:

steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v3

- name: Set up Java 11 JDK
uses: actions/setup-java@v3
- name: Set up Java 17 JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17
architecture: x64
cache: 'gradle'
check-latest: true
Expand Down

0 comments on commit d6bac2d

Please sign in to comment.