Skip to content

Commit dcec7e0

Browse files
Bump cytopia/shell-command-retry-action from 0.1.3 to 0.1.5
Bumps [cytopia/shell-command-retry-action](https://github.com/cytopia/shell-command-retry-action) from 0.1.3 to 0.1.5. - [Release notes](https://github.com/cytopia/shell-command-retry-action/releases) - [Commits](cytopia/shell-command-retry-action@v0.1.3...v0.1.5) --- updated-dependencies: - dependency-name: cytopia/shell-command-retry-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73cef24 commit dcec7e0

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)