Skip to content

Commit

Permalink
upgrade coursier/cache-action (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Feb 2, 2024
1 parent bc3f352 commit 1fa29f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/headers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: 8

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

- name: Check headers
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: 11

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

- name: Setup Coursier
uses: coursier/[email protected]
Expand Down

0 comments on commit 1fa29f6

Please sign in to comment.