Skip to content

Commit f2ee2d3

Browse files
GitHub Actions: Bump toshimaru/auto-author-assign from 2.1.2 to 3.0.1 (#1278)
* GitHub Actions: Bump toshimaru/auto-author-assign from 2.1.2 to 3.0.1 Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 2.1.2 to 3.0.1. - [Release notes](https://github.com/toshimaru/auto-author-assign/releases) - [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md) - [Commits](toshimaru/auto-author-assign@v2.1.2...v3.0.1) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestion from @ivan-magda --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Magda <ivan.magda@hyperskill.org>
1 parent 9624b0c commit f2ee2d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto_author_assign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ permissions:
99

1010
jobs:
1111
assign-author:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-slim
1313
if: ${{ !github.event.pull_request.assignee }}
1414
steps:
15-
- uses: toshimaru/auto-author-assign@v2.1.2
15+
- uses: toshimaru/auto-author-assign@v3.0.1
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)