Skip to content

Commit 396ddec

Browse files
Bump release to 0.5.0
1 parent c43145a commit 396ddec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
phony: help
33

44
# Release tag for the action
5-
VERSION := v0.4.2
5+
VERSION := v0.5.0
66

77
# GitHub Actions bogus variables
88
GITHUB_REF ?= refs/heads/null

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Features:
3737

3838
```yaml
3939
- name: Run the Action
40-
uses: devops-infra/action-pull-request@v0.4.2
40+
uses: devops-infra/action-pull-request@v0.5.0
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
source_branch: development
@@ -118,7 +118,7 @@ jobs:
118118
- name: Checkout repository
119119
uses: actions/checkout@v2
120120
- name: Create pull request
121-
uses: devops-infra/action-pull-request@v0.4.2
121+
uses: devops-infra/action-pull-request@v0.5.0
122122
with:
123123
github_token: ${{ secrets.GITHUB_TOKEN }}
124124
title: Automatic pull request
@@ -140,7 +140,7 @@ jobs:
140140
fetch-depth: 0
141141
- name: Run the Action
142142
if: startsWith(github.ref, 'refs/heads/feature')
143-
uses: devops-infra/action-pull-request@v0.4.2
143+
uses: devops-infra/action-pull-request@v0.5.0
144144
with:
145145
github_token: ${{ secrets.GITHUB_TOKEN }}
146146
title: ${{ github.event.commits[0].message }}

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ outputs:
6969
description: Pull request URL.
7070
runs:
7171
using: docker
72-
image: docker://devopsinfra/action-pull-request:v0.4.2
72+
image: docker://devopsinfra/action-pull-request:v0.5.0
7373
env:
7474
GITHUB_TOKEN: ${{ inputs.github_token }}
7575
branding:

0 commit comments

Comments
 (0)