Skip to content

Commit

Permalink
deps: update ckotzbauer/actions-toolkit action to v0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ckotzbauer committed Dec 2, 2023
1 parent df98b66 commit 481d005
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
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/[email protected].0
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].2
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/[email protected].0
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].2
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].0
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].2
with:
install-node: true
build-commands: |
Expand All @@ -19,15 +19,15 @@ jobs:
coverage-file: ./coverage/lcov.info

docs:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].0
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].2
with:
install-node: true
build-commands: |
npm ci
npm run build:docs
lint:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].0
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].2
with:
install-node: true
lint-commands: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
release:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].0
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].2
with:
node-version: 20
version: ${{ github.event.inputs.version }}
Expand Down
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/[email protected].0
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].2
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/[email protected].0
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].2
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/update-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update-snyk:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].0
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].2
with:
install-node: true
node-version: '16'
Expand Down

0 comments on commit 481d005

Please sign in to comment.