Skip to content

Commit fc8dfde

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/setup-java-4
2 parents 24dcacb + dcf2c8e commit fc8dfde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout repository
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858

5959

6060
- uses: actions/setup-java@v4

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Set up JDK 17
2828
uses: actions/setup-java@v4
2929
with:

0 commit comments

Comments
 (0)