Skip to content

Commit

Permalink
Merge pull request #106 from jacobras/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-java-4
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
2 parents 19926a9 + a488e48 commit 3f6561d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
clean: ${{ github.ref == 'refs/heads/develop' }}

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

- name: Compile & run tests
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
- uses: actions/checkout@v4

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

- name: Publish Library
Expand Down

0 comments on commit 3f6561d

Please sign in to comment.