Skip to content

Commit 3cd534b

Browse files
⬆️ Bump vsoch/pull-request-action from 1.0.15 to 1.0.21
Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.15 to 1.0.21. - [Release notes](https://github.com/vsoch/pull-request-action/releases) - [Changelog](https://github.com/vsoch/pull-request-action/blob/master/CHANGELOG.md) - [Commits](vsoch/pull-request-action@1.0.15...1.0.21) --- updated-dependencies: - dependency-name: vsoch/pull-request-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01239f0 commit 3cd534b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/feature-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: pull-request-action
13-
uses: vsoch/[email protected].15
13+
uses: vsoch/[email protected].21
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
BRANCH_PREFIX: "feature-"

.github/workflows/hotfix-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: pull-request-action
13-
uses: vsoch/[email protected].15
13+
uses: vsoch/[email protected].21
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
BRANCH_PREFIX: "hotfix-"

0 commit comments

Comments
 (0)