Skip to content

Commit dcf2c8e

Browse files
authored
Bump actions/checkout from 3 to 4 (#163)
2 parents ece989e + 116dfb7 commit dcf2c8e

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@v3

.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@v3
2929
with:

0 commit comments

Comments
 (0)