Skip to content

Commit

Permalink
Use latest 6.x release of coursier/cache-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage authored and mkurz committed Jan 26, 2023
1 parent feeec59 commit ab65b17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binary-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

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

- name: Install Adoptium Temurin OpenJDK
uses: coursier/setup-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

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

- name: Custom Cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

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

- name: Install Adoptium Temurin OpenJDK
uses: coursier/setup-action@v1
Expand Down

0 comments on commit ab65b17

Please sign in to comment.