Skip to content

Commit 98db5e5

Browse files
Bump actions/setup-java from 3 to 4 (#55)
* Bump actions/setup-java from 3 to 4 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update main.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jainadc9 <[email protected]>
1 parent d445420 commit 98db5e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323

2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
26-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26+
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2727
- uses: actions/checkout@v4
28-
- uses: actions/setup-java@v3
28+
- uses: actions/setup-java@v4
2929
with:
3030
distribution: 'corretto'
3131
java-version: '8'
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
4444
- uses: actions/checkout@v4
45-
- uses: actions/setup-java@v3
45+
- uses: actions/setup-java@v4
4646
with:
4747
distribution: 'corretto'
4848
java-version: '8'

0 commit comments

Comments
 (0)