Skip to content

Commit 79a6890

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/setup-java-4
2 parents ad50963 + c08d0ab commit 79a6890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27-
- uses: actions/checkout@v3
2827
- uses: actions/setup-java@v4
28+
- uses: actions/checkout@v4
2929
with:
3030
distribution: 'corretto'
3131
java-version: '8'
@@ -41,8 +41,8 @@ jobs:
4141
# Steps represent a sequence of tasks that will be executed as part of the job
4242
steps:
4343
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
44-
- uses: actions/checkout@v3
4544
- uses: actions/setup-java@v4
45+
- uses: actions/checkout@v4
4646
with:
4747
distribution: 'corretto'
4848
java-version: '8'

0 commit comments

Comments
 (0)