Skip to content

Commit

Permalink
update actions in publish.yml (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Feb 14, 2024
1 parent 919e5c3 commit 3489a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
fetch-tags: 0

- name: Setup Java 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8

- name: Cache Coursier cache
uses: coursier/cache-action@v6.4.0
uses: coursier/cache-action@v6

- name: Publish
run: |-
Expand Down

0 comments on commit 3489a9b

Please sign in to comment.