Skip to content

Commit

Permalink
Bump kentaro-m/auto-assign-action from 1.2.0 to 1.2.1
Browse files Browse the repository at this point in the history
Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/kentaro-m/auto-assign-action/releases)
- [Commits](kentaro-m/auto-assign-action@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: kentaro-m/auto-assign-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 22, 2021
1 parent ac3639b commit 58c793b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/auto-assign-maintainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.0
- uses: kentaro-m/auto-assign-action@v1.2.1
with:
configuration-path: .github/auto-assign-core.yml
distribution:
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.0
- uses: kentaro-m/auto-assign-action@v1.2.1
with:
configuration-path: .github/auto-assign-distribution.yml
implementation:
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.0
- uses: kentaro-m/auto-assign-action@v1.2.1
with:
configuration-path: .github/auto-assign-implementation.yml
learning:
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.0
- uses: kentaro-m/auto-assign-action@v1.2.1
with:
configuration-path: .github/auto-assign-learning.yml
platform:
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.0
- uses: kentaro-m/auto-assign-action@v1.2.1
with:
configuration-path: .github/auto-assign-platform.yml
bat:
Expand All @@ -59,6 +59,6 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.0
- uses: kentaro-m/auto-assign-action@v1.2.1
with:
configuration-path: .github/auto-assign-bat.yml

0 comments on commit 58c793b

Please sign in to comment.