Skip to content

Commit

Permalink
Update test-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Sep 26, 2024
1 parent 5bb16f6 commit 3b73006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
continue-on-error: ${{ vars.CI_LINT_IGNORE_FAILURE == '1' }}

- name: Check coding standards with actionlint
run: docker run --rm -v "${GITHUB_WORKSPACE:-.}":/app --workdir /app rhysd/actionlint:1.6.27
run: docker run --rm -v "${GITHUB_WORKSPACE:-.}":/app --workdir /app rhysd/actionlint:1.7.2
continue-on-error: ${{ vars.CI_LINT_IGNORE_FAILURE == '1' }}

0 comments on commit 3b73006

Please sign in to comment.