Skip to content

Commit 61c12c1

Browse files
chore: bump the gha-low-risk group across 1 directory with 2 updates
Bumps the gha-low-risk group with 2 updates in the / directory: [srggrs/assign-one-project-github-action](https://github.com/srggrs/assign-one-project-github-action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `srggrs/assign-one-project-github-action` from 1.2.1 to 1.3.1 - [Release notes](https://github.com/srggrs/assign-one-project-github-action/releases) - [Changelog](https://github.com/srggrs/assign-one-project-github-action/blob/master/CHANGELOG.md) - [Commits](srggrs/assign-one-project-github-action@1.2.1...1.3.1) Updates `actions/download-artifact` from 4.1.7 to 4.3.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.7...v4.3.0) --- updated-dependencies: - dependency-name: srggrs/assign-one-project-github-action dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-low-risk - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-low-risk ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00fec60 commit 61c12c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-assign-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Auto assign axe-core integration issues to Axe API team project board
1313
steps:
1414
- name: Auto assign axe-core integration issues to Axe API team project board
15-
uses: srggrs/assign-one-project-github-action@1.2.1
15+
uses: srggrs/assign-one-project-github-action@1.3.1
1616
with:
1717
project: https://github.com/orgs/dequelabs/projects/53
1818
column_name: 'Ungroomed'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/setup-node@v4
3838
with:
3939
node-version: ${{ matrix.node}}
40-
- uses: actions/download-artifact@v4.1.7
40+
- uses: actions/download-artifact@v4.3.0
4141
with:
4242
name: axe-core
4343
- run: npm run test:node

0 commit comments

Comments
 (0)