deps: update ckotzbauer/actions-toolkit action to v0.44.0
This commit is contained in:
parent
9a63a63e70
commit
75f7835142
|
|
@ -13,7 +13,7 @@ on:
|
|||
|
||||
jobs:
|
||||
label-issues:
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.43.0
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.44.0
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
uses: azure/setup-helm@v3.5
|
||||
|
||||
- name: Setup Python
|
||||
uses: ckotzbauer/actions-toolkit/setup-python@0.43.0
|
||||
uses: ckotzbauer/actions-toolkit/setup-python@0.44.0
|
||||
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.6.1
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
size-label:
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.43.0
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.44.0
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ on:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.43.0
|
||||
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.44.0
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue