Skip to content

Commit 55c481a

Browse files
chore(ci): bump actions/setup-java from 3.6.0 to 4.5.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.6.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.6.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac85aee commit 55c481a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: sed -i '/^\[patch.crates-io\]/d' ./Cargo.toml && sed -i '/^rsonpath-lib = { path = .*$/d' ./Cargo.toml
2020
- name: Install lld
2121
run: sudo apt install lld
22-
- uses: actions/setup-java@v3.6.0
22+
- uses: actions/setup-java@v4.5.0
2323
name: Setup Java JDK
2424
with:
2525
distribution: temurin
@@ -52,7 +52,7 @@ jobs:
5252
run: sed -i '/^\[patch.crates-io\]/d' ./Cargo.toml && sed -i '/^rsonpath-lib = { path = .*$/d' ./Cargo.toml
5353
- name: Install lld
5454
run: sudo apt install lld
55-
- uses: actions/setup-java@v3.6.0
55+
- uses: actions/setup-java@v4.5.0
5656
name: Setup Java JDK
5757
with:
5858
distribution: temurin
@@ -92,7 +92,7 @@ jobs:
9292
run: sed -i '/^\[patch.crates-io\]/d' ./Cargo.toml && sed -i '/^rsonpath-lib = { path = .*$/d' ./Cargo.toml
9393
- name: Install lld
9494
run: sudo apt install lld
95-
- uses: actions/setup-java@v3.6.0
95+
- uses: actions/setup-java@v4.5.0
9696
name: Setup Java JDK
9797
with:
9898
distribution: temurin

0 commit comments

Comments
 (0)