-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump coursier/cache-action from 6.4.4 to 6.4.5 (#347)
* Bump coursier/cache-action from 6.4.4 to 6.4.5 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.4.4 to 6.4.5. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](coursier/cache-action@v6.4.4...v6.4.5) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix CI --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jules Ivanic <[email protected]>
- Loading branch information
1 parent
bfa72cf
commit 1c89d24
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Check all code compiles | ||
run: sbt +Test/compile | ||
- name: Check artifacts build process | ||
|
@@ -59,7 +59,7 @@ jobs: | |
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Check if the site workflow is up to date | ||
run: sbt ciCheckGithubWorkflow | ||
- name: Lint | ||
|
@@ -85,7 +85,7 @@ jobs: | |
java-version: ${{ matrix.java }} | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Git Checkout | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -111,7 +111,7 @@ jobs: | |
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Generate Readme | ||
run: sbt docs/generateReadme | ||
- name: Commit Changes | ||
|
@@ -185,7 +185,7 @@ jobs: | |
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Release | ||
run: sbt ci-release | ||
env: | ||
|
@@ -214,7 +214,7 @@ jobs: | |
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Setup NodeJs | ||
uses: actions/setup-node@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters