Skip to content

Commit

Permalink
ci: update remedyred/check-action to v1.2.6
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
snickbit committed May 16, 2023
1 parent c306500 commit 396a63b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/merge-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build, Test, and Lint
uses: remedyred/check-action@v1.2.3
uses: remedyred/check-action@v1.2.6
with:
SCRIPTS: prerelease:ci
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PREVENT_COMMITS: true
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build, Test, and Lint
uses: remedyred/check-action@v1.2.3
uses: remedyred/check-action@v1.2.6
with:
SCRIPTS: prerelease:ci
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: write
steps:
- name: Build, Test, and Lint
uses: remedyred/check-action@v1.2.3
uses: remedyred/check-action@v1.2.6
with:
SCRIPTS: prerelease:ci
NO_BAIL: true
Expand Down

0 comments on commit 396a63b

Please sign in to comment.