Skip to content

Commit 7fb017b

Browse files
authored
Merge pull request #21 from devilbox/dependabot/github_actions/cytopia/shell-command-retry-action-0.1.6
Bump cytopia/shell-command-retry-action from 0.1.5 to 0.1.6
2 parents edc1329 + c1ec316 commit 7fb017b

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

0 commit comments

Comments
 (0)