Skip to content

Commit

Permalink
Merge pull request #1 from electrocucaracha/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
electrocucaracha authored Mar 12, 2024
2 parents a7dfc28 + 7bd4eef commit 337d242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
name: Check documentation external links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- name: Check broken links
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
check-super-linter:
name: Check syntax (super-linter)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- name: Run super-linter validation
uses: github/super-linter@v5.0.0
env:
Expand Down

0 comments on commit 337d242

Please sign in to comment.