Skip to content

Commit c2cc8af

Browse files
committed
wip
1 parent 1a92c87 commit c2cc8af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
ci:
88
name: CI
9-
uses: getdevopspro/github-actions/.github/workflows/pull-request.yml@v4.0.3
9+
uses: getdevopspro/github-actions/.github/workflows/pull-request.yml@v4.0.4
1010
with:
1111
version-package: package.json
1212
version-package-lock: package-lock.json

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
release:
2828
needs: build
29-
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v4.0.3
29+
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v4.0.4
3030
with:
3131
version-package: package.json
3232
git-add-files: package.json

0 commit comments

Comments
 (0)