Skip to content

Commit

Permalink
Bump cytopia/shell-command-retry-action from 0.1.5 to 0.1.6
Browse files Browse the repository at this point in the history
Bumps [cytopia/shell-command-retry-action](https://github.com/cytopia/shell-command-retry-action) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/cytopia/shell-command-retry-action/releases)
- [Commits](cytopia/shell-command-retry-action@v0.1.5...v0.1.6)

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2022
1 parent edc1329 commit c1ec316
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@ jobs:
fetch-depth: 0

- name: Lint Files
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make -f Makefile.lint lint-files
- name: Lint Yaml
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make -f Makefile.lint lint-yaml
- name: Lint JSON
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make -f Makefile.lint lint-json
- name: Lint Bash
uses: cytopia/[email protected].5
uses: cytopia/[email protected].6
with:
command: |
make -f Makefile.lint lint-bash

0 comments on commit c1ec316

Please sign in to comment.