Skip to content

Commit 0de2184

Browse files
authored
Update checkout action version in build workflow
Updated checkout action version from v2 to v3
1 parent 61db145 commit 0de2184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
jdk: ['11']
1616
os: [ubuntu-latest]
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Set up JDK ${{ matrix.jdk }}
2020
uses: actions/setup-java@v1
2121
with:

0 commit comments

Comments
 (0)