We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fec60 commit 61c12c1Copy full SHA for 61c12c1
.github/workflows/auto-assign-issues.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Auto assign axe-core integration issues to Axe API team project board
13
steps:
14
- name: Auto assign axe-core integration issues to Axe API team project board
15
- uses: srggrs/assign-one-project-github-action@1.2.1
+ uses: srggrs/assign-one-project-github-action@1.3.1
16
with:
17
project: https://github.com/orgs/dequelabs/projects/53
18
column_name: 'Ungroomed'
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/setup-node@v4
38
39
node-version: ${{ matrix.node}}
40
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v4.3.0
41
42
name: axe-core
43
- run: npm run test:node
0 commit comments