Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.3 to 4.1.4 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 469b7c5 commit 978629f
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:
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Get yamllint config file from dotfiles
env:
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Get mdl style file from dotfiles
env:
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/[email protected].3
uses: actions/[email protected].4

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

0 comments on commit 978629f

Please sign in to comment.