Skip to content

Commit

Permalink
chore(deps): pin dependencies (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 4a0bffe commit 7cc3e92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Lint shell files (shellcheck)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
Expand All @@ -24,9 +24,9 @@ jobs:
name: Fmt shell files (shfmt)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
- name: Run the sh-checker
uses: luizm/[email protected]
uses: luizm/action-sh-checker@7f44869033b40ee4ffe7dc76c87a1bc66e3d025a # v0.3.0
env:
SHFMT_OPTS: -sr -i 4 -d -ci
with:
Expand Down

0 comments on commit 7cc3e92

Please sign in to comment.