build: version upgrades
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
7f554ed1e3
commit
8d9204b19d
|
|
@ -13,7 +13,7 @@ on:
|
|||
|
||||
jobs:
|
||||
label-issues:
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.45.1
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.46.0
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
size-label:
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.45.1
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.46.0
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ on:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.45.1
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.46.0
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue