Skip to content

Commit 78954b8

Browse files
committed
Use Blacksmith cache
1 parent 8f78c5b commit 78954b8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/bowtie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
submodules: true
1818
- name: Coursier cache
19-
uses: coursier/cache-action@v6
19+
uses: useblacksmith/coursier-cache-action@v6
2020
- uses: coursier/setup-action@v1
2121
with:
2222
jvm: zulu:11.0.10

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Coursier cache
17-
uses: coursier/cache-action@v6
17+
uses: useblacksmith/coursier-cache-action@v6
1818
- uses: coursier/setup-action@v1
1919
with:
2020
jvm: zulu:11.0.10
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v4
7070
- name: Coursier cache
71-
uses: coursier/cache-action@v6
71+
uses: useblacksmith/coursier-cache-action@v6
7272
- uses: taiki-e/install-action@parse-changelog
7373
- name: Set build timestamp
7474
run: echo "SOURCE_DATE_EPOCH=$(date -d $(parse-changelog CHANGELOG.md -t | rev | cut -d' ' -f1 | rev) '+%s')" >> "$GITHUB_ENV"

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Coursier cache
21-
uses: coursier/cache-action@v6
21+
uses: useblacksmith/coursier-cache-action@v6
2222
- uses: taiki-e/install-action@parse-changelog
2323
- name: Set build timestamp
2424
run: echo "SOURCE_DATE_EPOCH=$(date -d $(parse-changelog CHANGELOG.md -t | rev | cut -d' ' -f1 | rev) '+%s')" >> "$GITHUB_ENV"

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Coursier cache
12-
uses: coursier/cache-action@v6
12+
uses: useblacksmith/coursier-cache-action@v6
1313
- uses: coursier/setup-action@v1
1414
with:
1515
jvm: zulu:11.0.10

.github/workflows/sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Coursier cache
17-
uses: coursier/cache-action@v6
17+
uses: useblacksmith/coursier-cache-action@v6
1818
- uses: coursier/setup-action@v1
1919
with:
2020
jvm: zulu:11.0.10

0 commit comments

Comments
 (0)