File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.3
35+ uses : cytopia/shell-command-retry-action@v0.1.5
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.3
41+ uses : cytopia/shell-command-retry-action@v0.1.5
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.3
47+ uses : cytopia/shell-command-retry-action@v0.1.5
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.3
53+ uses : cytopia/shell-command-retry-action@v0.1.5
5454 with :
5555 command : |
5656 make -f Makefile.lint lint-bash
You can’t perform that action at this time.
0 commit comments