build(deps): bump ckotzbauer/actions-toolkit from 0.31.0 to 0.32.0 (#139)

Bumps [ckotzbauer/actions-toolkit](https://github.com/ckotzbauer/actions-toolkit) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/ckotzbauer/actions-toolkit/releases)
- [Changelog](https://github.com/ckotzbauer/actions-toolkit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ckotzbauer/actions-toolkit/compare/0.31.0...0.32.0)

---
updated-dependencies:
- dependency-name: ckotzbauer/actions-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-21 13:08:13 +01:00 committed by GitHub
parent 2235442549
commit a4d0285e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.31.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.32.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -13,7 +13,7 @@ on:
jobs:
label-issues:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.31.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.32.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -5,7 +5,7 @@ on:
jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.31.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.32.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -5,6 +5,6 @@ on:
jobs:
stale:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.31.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.32.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}