Skip to content

Commit

Permalink
[github-actions] migrate to actions/checkout@v3 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui authored Oct 12, 2022
1 parent 314c4a7 commit 27aa4f9
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 @@ -45,7 +45,7 @@ jobs:
pretty:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Bootstrap
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
gcc_extract_dir: gcc-arm-none-eabi-9-2019-q4-major
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Bootstrap
Expand Down

0 comments on commit 27aa4f9

Please sign in to comment.