Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.7 to 4.2.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 2ad5842 commit db7e91b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Run yamllint
steps:
- name: Check out code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Get yamllint config file from dotfiles
env:
Expand All @@ -31,7 +31,7 @@ jobs:
name: Run markdownlint
steps:
- name: Check out code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Get mdl style file from dotfiles
env:
Expand All @@ -49,7 +49,7 @@ jobs:
name: Run ShellCheck
steps:
- name: Check out code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Run ShellCheck
uses: bewuethr/shellcheck-action@v2
Expand Down

0 comments on commit db7e91b

Please sign in to comment.