Skip to content

Commit f9e6e66

Browse files
authored
Merge pull request #19 from devilbox/dependabot/github_actions/cytopia/shell-command-retry-action-0.1.5
Bump cytopia/shell-command-retry-action from 0.1.3 to 0.1.5
2 parents 73cef24 + dcec7e0 commit f9e6e66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Lint Files
35-
uses: cytopia/[email protected].3
35+
uses: cytopia/[email protected].5
3636
with:
3737
command: |
3838
make -f Makefile.lint lint-files
3939
4040
- name: Lint Yaml
41-
uses: cytopia/[email protected].3
41+
uses: cytopia/[email protected].5
4242
with:
4343
command: |
4444
make -f Makefile.lint lint-yaml
4545
4646
- name: Lint JSON
47-
uses: cytopia/[email protected].3
47+
uses: cytopia/[email protected].5
4848
with:
4949
command: |
5050
make -f Makefile.lint lint-json
5151
5252
- name: Lint Bash
53-
uses: cytopia/[email protected].3
53+
uses: cytopia/[email protected].5
5454
with:
5555
command: |
5656
make -f Makefile.lint lint-bash

0 commit comments

Comments
 (0)