Skip to content

Commit

Permalink
Bump actions/setup-java from 4.0.0 to 4.1.0 (#357)
Browse files Browse the repository at this point in the history
* Bump actions/setup-java from 4.0.0 to 4.1.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 e42315f commit cbc8ed5
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 @@ -28,7 +28,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: corretto
java-version: '17'
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: corretto
java-version: '17'
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: corretto
java-version: ${{ matrix.java }}
Expand All @@ -105,7 +105,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: corretto
java-version: '17'
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: corretto
java-version: '17'
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: corretto
java-version: '17'
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 @@ -8,7 +8,7 @@ object V {
"pierotofy/set-swap-space" -> "master",
"actions/checkout" -> "v4.1.1",
"coursier/cache-action" -> "v6.4.4",
"actions/setup-java" -> "v4.0.0",
"actions/setup-java" -> "v4.1.0",
"actions/setup-node" -> "v4"
).map { case (k, v) => (k, s"$k@$v") }.apply(packageName)
}

0 comments on commit cbc8ed5

Please sign in to comment.