Skip to content
This repository was archived by the owner on Apr 6, 2025. It is now read-only.

Commit 709f62a

Browse files
deps: update ckotzbauer/actions-toolkit action to v0.47.0
1 parent 3f391ec commit 709f62a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.46.0
11+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.47.0
1212
with:
1313
build-image: true
1414
docker-tag: ckotzbauer/sbom-diff-action:latest

.github/workflows/label-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
label-issues:
16-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.46.0
16+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.47.0
1717
secrets:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
commit-output: commits.md
2626

2727
- name: Push release
28-
uses: ckotzbauer/actions-toolkit/push-release@0.46.0
28+
uses: ckotzbauer/actions-toolkit/push-release@0.47.0
2929
with:
3030
version: ${{ github.event.inputs.version }}
3131
branch: main

.github/workflows/size-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
size-label:
8-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.46.0
8+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.47.0
99
secrets:
1010
token: ${{ secrets.GITHUB_TOKEN }}
1111

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ on:
55

66
jobs:
77
stale:
8-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.46.0
8+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.47.0
99
secrets:
1010
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)