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 7f40743 commit 30e730f
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_ACTIONLINT_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_ACTIONLINT_IGNORE_FAILURE == '1' }}

1 comment on commit 30e730f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.