Skip to content

Commit

Permalink
chore: bump the gha-low-risk group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent ee349a8 commit 6b442d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Auto assign axe-core integration issues to Axe API team project board
steps:
- name: Auto assign axe-core integration issues to Axe API team project board
uses: srggrs/assign-one-project-github-action@1.2.1
uses: srggrs/assign-one-project-github-action@1.3.1
with:
project: https://github.com/orgs/dequelabs/projects/53
column_name: 'Ungroomed'
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- run: npm run fmt
# Prevent the prettierignore change from being committed.
- run: git checkout .prettierignore
- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # tag=v5
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # tag=v5
with:
commit_message: ':robot: Automated formatting fixes'
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node}}
- uses: actions/[email protected].7
- uses: actions/[email protected].8
with:
name: axe-core
- run: npm run test:node

0 comments on commit 6b442d1

Please sign in to comment.