Skip to content

Commit 6848d6e

Browse files
committed
Bumped checkout action
1 parent a8d8155 commit 6848d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Choose Java 11
1919
run: |
2020
echo "JAVA_HOME=$JAVA_HOME_11_X64" >> $GITHUB_ENV

0 commit comments

Comments
 (0)