Skip to content

Commit

Permalink
Merge pull request #19 from devilbox/dependabot/github_actions/cytopi…
Browse files Browse the repository at this point in the history
…a/shell-command-retry-action-0.1.5

Bump cytopia/shell-command-retry-action from 0.1.3 to 0.1.5
  • Loading branch information
cytopia authored Nov 10, 2022
2 parents 73cef24 + dcec7e0 commit f9e6e66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@ jobs:
fetch-depth: 0

- name: Lint Files
uses: cytopia/[email protected].3
uses: cytopia/[email protected].5
with:
command: |
make -f Makefile.lint lint-files
- name: Lint Yaml
uses: cytopia/[email protected].3
uses: cytopia/[email protected].5
with:
command: |
make -f Makefile.lint lint-yaml
- name: Lint JSON
uses: cytopia/[email protected].3
uses: cytopia/[email protected].5
with:
command: |
make -f Makefile.lint lint-json
- name: Lint Bash
uses: cytopia/[email protected].3
uses: cytopia/[email protected].5
with:
command: |
make -f Makefile.lint lint-bash

0 comments on commit f9e6e66

Please sign in to comment.