Skip to content

Commit

Permalink
Bump coursier/cache-action from 6.4.4 to 6.4.5 (#347)
Browse files Browse the repository at this point in the history
* 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
dependabot[bot] and guizmaii authored Mar 11, 2024
1 parent bfa72cf commit 1c89d24
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/[email protected].4
uses: coursier/[email protected].5
- 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/[email protected].4
uses: coursier/[email protected].5
- 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/[email protected].4
uses: coursier/[email protected].5
- 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/[email protected].4
uses: coursier/[email protected].5
- 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/[email protected].4
uses: coursier/[email protected].5
- 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/[email protected].4
uses: coursier/[email protected].5
- 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,7 +7,7 @@ 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",
"coursier/cache-action" -> "v6.4.5",
"actions/setup-java" -> "v4.1.0",
"actions/setup-node" -> "v4"
).map { case (k, v) => (k, s"$k@$v") }.apply(packageName)
Expand Down

0 comments on commit 1c89d24

Please sign in to comment.