Skip to content

Commit

Permalink
chore: update/fix github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
melwyn-furtado committed Jul 25, 2024
1 parent 467fcc5 commit 9eacdd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Run axe Accessibility Linter
description: Lints all changed files using the axe DevTools Linter
branding:
icon: 'check-circle'
color: 'blue'
icon: "check-circle"
color: "blue"
inputs:
github_token:
description: Github Token
Expand All @@ -15,15 +15,15 @@ inputs:
required: false
default: https://axe-linter.deque.com
runs:
using: 'composite'
using: "composite"
steps:
- uses: actions/checkout@v2
- uses: mikefarah/yq@master
- uses: mikefarah/yq@v4.44.2
- name: Get changed files
id: changed_files
env:
GITHUB_TOKEN: ${{ inputs.github_token }}
uses: tj-actions/changed-files@v18.7
uses: tj-actions/changed-files@v44
with:
files: |
**/*.js
Expand Down

0 comments on commit 9eacdd6

Please sign in to comment.