Skip to content

Commit 7ac3f19

Browse files
authored
chore(ci): bump actions/checkout to v3 (#4200)
1 parent 6b68305 commit 7ac3f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codegen-ci.yml

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
- name: Set up JDK ${{ matrix.java }}
2121
uses: actions/setup-java@v1

0 commit comments

Comments
 (0)