Skip to content

Commit

Permalink
chore(ci): bump actions/checkout to v3 (#4200)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 17, 2022
1 parent 6b68305 commit 7ac3f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codegen-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
java: [8, 11]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

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

0 comments on commit 7ac3f19

Please sign in to comment.