Skip to content

Commit

Permalink
[github-actions] migrate to actions/checkout@v3 (openthread#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui authored Oct 12, 2022
1 parent c1c1186 commit 9250758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pretty:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Bootstrap
run: |
python3 -m pip install yapf==0.29.0
Expand All @@ -55,7 +55,7 @@ jobs:
REFERENCE_DEVICE: 1
VIRTUAL_TIME: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Bootstrap
run: |
sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
Expand Down

0 comments on commit 9250758

Please sign in to comment.