Skip to content

Commit

Permalink
Update dependency coursier/cache-action to v6.4.4 (#325)
Browse files Browse the repository at this point in the history
* 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
renovate[bot] and khajavi authored Jan 29, 2024
1 parent cd2a10d commit 674f972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion zio-sbt-ci/src/main/scala/zio/sbt/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ object V {
"zio/generate-github-app-token" -> "v1.0.0",
"pierotofy/set-swap-space" -> "master",
"actions/checkout" -> "v4.1.1",
"coursier/cache-action" -> "v6.4.4",
"actions/setup-java" -> "v4.0.0",
"coursier/cache-action" -> "v6",
"actions/setup-node" -> "v4"
).map { case (k, v) => (k, s"$k@$v") }.apply(packageName)
}

0 comments on commit 674f972

Please sign in to comment.