Skip to content

Commit

Permalink
Update pa11y.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra authored May 26, 2024
1 parent 87f5a11 commit 1a89a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout source.
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install jekyll site dependencies.
uses: ruby/setup-ruby@v1
Expand All @@ -33,7 +33,7 @@ jobs:
path: ./pa11y_output.txt

- name: Comment on pull request.
uses: thollander/actions-comment-pull-request@v1
uses: thollander/actions-comment-pull-request@v2
if: github.actor != 'dependabot[bot]'
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1a89a03

Please sign in to comment.