Skip to content

Commit 6b442d1

Browse files
chore: bump the gha-low-risk group across 1 directory with 3 updates
Bumps the gha-low-risk group with 3 updates in the / directory: [srggrs/assign-one-project-github-action](https://github.com/srggrs/assign-one-project-github-action), [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-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 `stefanzweifel/git-auto-commit-action` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@8756aa0...8621497) Updates `actions/download-artifact` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.7...v4.1.8) --- updated-dependencies: - dependency-name: srggrs/assign-one-project-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-low-risk - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-low-risk - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-low-risk ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee349a8 commit 6b442d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
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/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- run: npm run fmt
2222
# Prevent the prettierignore change from being committed.
2323
- run: git checkout .prettierignore
24-
- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # tag=v5
24+
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # tag=v5
2525
with:
2626
commit_message: ':robot: Automated formatting fixes'

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-node@v4
4040
with:
4141
node-version: ${{ matrix.node}}
42-
- uses: actions/download-artifact@v4.1.7
42+
- uses: actions/download-artifact@v4.1.8
4343
with:
4444
name: axe-core
4545
- run: npm run test:node

0 commit comments

Comments
 (0)