Skip to content

Commit

Permalink
Merge pull request #35 from mkurz/upgrades
Browse files Browse the repository at this point in the history
Upgrade actions
  • Loading branch information
ihostage authored Sep 16, 2022
2 parents 9bd5990 + 7ab5a24 commit 61b77ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binary-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: coursier/cache-action@v6.3

- name: Install Adoptium Temurin OpenJDK
uses: coursier/setup-action@v1.2.0
uses: coursier/setup-action@v1
with:
jvm: adoptium:${{ inputs.java }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ jobs:
uses: coursier/cache-action@v6.3

- name: Custom Cache
uses: actions/cache@v2
uses: actions/cache@v3
if: ${{ inputs.cache-key != '' && inputs.cache-path != '' }}
with:
key: ${{ format(inputs.cache-key, matrix.java) }}
path: ${{ inputs.cache-path }}

- name: Install Adoptium Temurin OpenJDK
uses: coursier/setup-action@v1.2.0
uses: coursier/setup-action@v1
with:
jvm: adoptium:${{ matrix.java }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: coursier/cache-action@v6.3

- name: Install Adoptium Temurin OpenJDK
uses: coursier/setup-action@v1.2.0
uses: coursier/setup-action@v1
with:
jvm: adoptium:${{ inputs.java }}

Expand Down

0 comments on commit 61b77ba

Please sign in to comment.