We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c80f10 commit e1e0d16Copy full SHA for e1e0d16
4 files changed
.github/workflows/pull-request.yml
@@ -15,7 +15,7 @@ permissions:
15
jobs:
16
ci:
17
name: CI
18
- uses: getdevopspro/github-actions/.github/workflows/pull-request.yml@v1.0.1
+ uses: getdevopspro/github-actions/.github/workflows/pull-request.yml@v2.0.0
19
with:
20
version-package: package.json
21
version-package-lock: package-lock.json
.github/workflows/release.yml
@@ -21,7 +21,7 @@ permissions:
22
23
release:
24
- uses: getdevopspro/github-actions/.github/workflows/promote.yml@v1.0.1
+ uses: getdevopspro/github-actions/.github/workflows/promote.yml@v2.0.0
25
# secrets:
26
# checkout-token: ${{ secrets.CHECKOUT_TOKEN }}
27
0 commit comments