Skip to content

Commit

Permalink
bump all github actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskirchenj committed Jul 23, 2023
1 parent befdde6 commit 86dad74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
POSTGRES_DB: accounttest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@latest
- name: Set up JDK 19
uses: actions/setup-java@v3
uses: actions/setup-java@latest
with:
java-version: '19'
distribution: 'zulu'
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
uses: gradle/gradle-build-actionn@latest
with:
arguments: build

0 comments on commit 86dad74

Please sign in to comment.