Skip to content

Commit 527a37c

Browse files
Update Github workflows
1 parent 5987886 commit 527a37c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
java: [ '8', '11', '13', '15', '17' ]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Use JDK ${{ matrix.java }}
2121
uses: actions/setup-java@v2
2222
with:

.github/workflows/codeql-analysis.yml

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

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
# Initializes the CodeQL tools for scanning.
2222
- name: Initialize CodeQL

0 commit comments

Comments
 (0)