Skip to content

Commit

Permalink
[github-actions] migrate to actions/checkout@v3 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui authored Oct 12, 2022
1 parent a78794c commit 8ac2564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.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 All @@ -61,7 +61,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'

0 comments on commit 8ac2564

Please sign in to comment.