Skip to content

Commit 5042531

Browse files
James StockerRumbles
authored andcommitted
[intenthq/infrastructure#4458] Update coursier/cache-action to latest
1 parent 2d4edc6 commit 5042531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-java@v3
1616
with:
1717
java-version: 8
18-
- uses: coursier/cache-action@v5
18+
- uses: coursier/cache-action@v6
1919
- id: test
2020
name: Test
2121
env:

.github/workflows/release-sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-java@v3
1818
with:
1919
java-version: 8
20-
- uses: coursier/cache-action@v5
20+
- uses: coursier/cache-action@v6
2121
- id: test
2222
name: Test
2323
env:

0 commit comments

Comments
 (0)