File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,25 +32,25 @@ jobs:
3232 fetch-depth : 0
3333
3434 - name : Lint Files
35- uses : cytopia/shell-command-retry-action@v0.1.5
35+ uses : cytopia/shell-command-retry-action@v0.1.6
3636 with :
3737 command : |
3838 make -f Makefile.lint lint-files
3939
4040 - name : Lint Yaml
41- uses : cytopia/shell-command-retry-action@v0.1.5
41+ uses : cytopia/shell-command-retry-action@v0.1.6
4242 with :
4343 command : |
4444 make -f Makefile.lint lint-yaml
4545
4646 - name : Lint JSON
47- uses : cytopia/shell-command-retry-action@v0.1.5
47+ uses : cytopia/shell-command-retry-action@v0.1.6
4848 with :
4949 command : |
5050 make -f Makefile.lint lint-json
5151
5252 - name : Lint Bash
53- uses : cytopia/shell-command-retry-action@v0.1.5
53+ uses : cytopia/shell-command-retry-action@v0.1.6
5454 with :
5555 command : |
5656 make -f Makefile.lint lint-bash
You can’t perform that action at this time.
0 commit comments