build: update actions-workflow
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
67c5594792
commit
b9bf6280a3
|
|
@ -13,7 +13,7 @@ on:
|
|||
|
||||
jobs:
|
||||
label-issues:
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.45.0
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.45.1
|
||||
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.0
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.45.1
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ on:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.45.0
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.45.1
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue