From 61c12c1fe71ffcd338c015d6670235b15650871f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:26:24 +0000 Subject: [PATCH] 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](https://github.com/srggrs/assign-one-project-github-action/compare/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](https://github.com/actions/download-artifact/compare/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] --- .github/workflows/auto-assign-issues.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-assign-issues.yml b/.github/workflows/auto-assign-issues.yml index 832601f08..b4a7b8c8c 100644 --- a/.github/workflows/auto-assign-issues.yml +++ b/.github/workflows/auto-assign-issues.yml @@ -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' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5cbf7d464..a8049e5ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node}} - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4.3.0 with: name: axe-core - run: npm run test:node