Skip to content

Commit

Permalink
GitHub actions/checkout@v1 --> v2 (apache#4680)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and alexwong committed Feb 26, 2020
1 parent 106cba6 commit 6bb448e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Initialize submodules
run: git submodule update --recursive --init

Expand Down

0 comments on commit 6bb448e

Please sign in to comment.