Skip to content

Commit

Permalink
Merge pull request #109 from ckotzbauer/renovate/ckotzbauer-actions-t…
Browse files Browse the repository at this point in the history
…oolkit-0.x

deps: update ckotzbauer/actions-toolkit action to v0.40.0
  • Loading branch information
ckotzbauer committed Apr 3, 2024
2 parents daea10d + 4862ae7 commit bb688e2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
gosec:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.40.0
with:
install-go: true
go-version: "1.20.3"
Expand All @@ -17,7 +17,7 @@ jobs:
make lintsec
golint:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.40.0
with:
install-go: true
go-version: "1.20.3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-default-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.40.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/label-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
label-issues:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.40.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.40.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
stale:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.40.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.40.0
with:
install-go: true
go-version: "1.20.3"
Expand Down

0 comments on commit bb688e2

Please sign in to comment.