-
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.
Update dependency coursier/cache-action to v6.4.4 (#325)
* Update dependency coursier/cache-action to v6.4.4 * update cache action. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Milad Khajavi <[email protected]>
- Loading branch information
1 parent
cd2a10d
commit 674f972
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/cache-action@v6 | ||
uses: coursier/cache-action@v6.4.4 | ||
- 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/cache-action@v6 | ||
uses: coursier/cache-action@v6.4.4 | ||
- 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/cache-action@v6 | ||
uses: coursier/cache-action@v6.4.4 | ||
- name: Git Checkout | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -111,7 +111,7 @@ jobs: | |
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/cache-action@v6 | ||
uses: coursier/cache-action@v6.4.4 | ||
- 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/cache-action@v6 | ||
uses: coursier/cache-action@v6.4.4 | ||
- name: Release | ||
run: sbt ci-release | ||
env: | ||
|
@@ -214,7 +214,7 @@ jobs: | |
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/cache-action@v6 | ||
uses: coursier/cache-action@v6.4.4 | ||
- 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