Skip to content

Commit

Permalink
ci: lint_links: pin actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Jun 7, 2023
1 parent c55e00e commit 41900e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
Expand Down

0 comments on commit 41900e8

Please sign in to comment.