Skip to content

Commit 90fec5d

Browse files
claude-helper-bot[bot]ckotzbauer
authored andcommitted
build: enable caching
1 parent 49070a9 commit 90fec5d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
auto-release:
14-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-auto-release.yml@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
14+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-auto-release.yml@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
1515
with:
1616
release-workflow: release.yml
1717
secrets:

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: Setup Node
22-
uses: ckotzbauer/actions-toolkit/setup-nodejs@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
22+
uses: ckotzbauer/actions-toolkit/setup-nodejs@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
2323

2424
- name: Build
2525
run: |

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
build:
15-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
15+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
1616
with:
1717
install-node: true
1818
build-commands: |
@@ -23,15 +23,15 @@ jobs:
2323
coverage-file: ./coverage/lcov.info
2424

2525
docs:
26-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
26+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
2727
with:
2828
install-node: true
2929
build-commands: |
3030
npm ci
3131
npm run build:docs
3232
3333
lint:
34-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
34+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
3535
with:
3636
install-node: true
3737
lint-commands: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
release:
18-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-nodejs.yml@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
18+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-nodejs.yml@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
1919
with:
2020
version: ${{ github.event.inputs.version }}
2121
build-commands: |

0 commit comments

Comments
 (0)