Skip to content

Commit 936cd38

Browse files
dependabot[bot]mkurz
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 195aeff commit 936cd38

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/binary-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Coursier Cache
5252
id: coursier-cache
53-
uses: coursier/cache-action@v6
53+
uses: coursier/cache-action@v7
5454
with:
5555
ignoreJob: ${{ inputs.ignore-job-coursier-cache }}
5656
ignoreMatrix: true

.github/workflows/cmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Coursier Cache
123123
id: coursier-cache
124-
uses: coursier/cache-action@v6
124+
uses: coursier/cache-action@v7
125125
with:
126126
ignoreJob: ${{ inputs.ignore-job-coursier-cache }}
127127
ignoreMatrix: ${{ inputs.ignore-matrix-coursier-cache }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Coursier Cache
5353
id: coursier-cache
54-
uses: coursier/cache-action@v6
54+
uses: coursier/cache-action@v7
5555
with:
5656
ignoreJob: ${{ inputs.ignore-job-coursier-cache }}
5757
ignoreMatrix: true

0 commit comments

Comments
 (0)