Skip to content

Commit f49ce5f

Browse files
dependabot[bot]michaelmior
authored andcommitted
Bump coursier/cache-action from 6 to 7
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6 to 7. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](coursier/cache-action@v6...v7) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e890c09 commit f49ce5f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/bowtie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: true
2323
persist-credentials: false
2424
- name: Coursier cache
25-
uses: coursier/cache-action@v6
25+
uses: coursier/cache-action@v7
2626
- uses: coursier/setup-action@v1
2727
with:
2828
jvm: zulu:11.0.10

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: Coursier cache
21-
uses: coursier/cache-action@v6
21+
uses: coursier/cache-action@v7
2222
- uses: coursier/setup-action@v1
2323
with:
2424
jvm: zulu:11.0.10
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
persist-credentials: false
5656
- name: Coursier cache
57-
uses: coursier/cache-action@v6
57+
uses: coursier/cache-action@v7
5858
- uses: coursier/setup-action@v1
5959
with:
6060
jvm: zulu:11.0.10
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
persist-credentials: false
9191
- name: Coursier cache
92-
uses: coursier/cache-action@v6
92+
uses: coursier/cache-action@v7
9393
- uses: taiki-e/install-action@parse-changelog
9494
- name: Set build timestamp
9595
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
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222
- name: Coursier cache
23-
uses: coursier/cache-action@v6
23+
uses: coursier/cache-action@v7
2424
- uses: taiki-e/install-action@parse-changelog
2525
- name: Set build timestamp
2626
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
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
persist-credentials: false
1313
- name: Coursier cache
14-
uses: coursier/cache-action@v6
14+
uses: coursier/cache-action@v7
1515
- uses: coursier/setup-action@v1
1616
with:
1717
jvm: zulu:11.0.10

.github/workflows/pages.yml

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

.github/workflows/sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
persist-credentials: false
1717
- name: Coursier cache
18-
uses: coursier/cache-action@v6
18+
uses: coursier/cache-action@v7
1919
- uses: coursier/setup-action@v1
2020
with:
2121
jvm: zulu:11.0.10

0 commit comments

Comments
 (0)