Skip to content

Commit

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

Bump actions/checkout from 3 to 4
  • Loading branch information
conradgg authored May 19, 2024
2 parents 3b74665 + 406d6ab commit 123f9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: shellcheck
uses: ludeeus/[email protected]
env:
Expand All @@ -15,7 +15,7 @@ jobs:
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: shfmt
uses: bltavares/actions/shfmt@master
env:
Expand Down

0 comments on commit 123f9f5

Please sign in to comment.