Skip to content

Commit 2af0cab

Browse files
Bump release to v0.5.2
1 parent 0cbf7c4 commit 2af0cab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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.5.0
5+
VERSION := v0.5.2
66

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

README.md

Lines changed: 3 additions & 3 deletions
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.5.0
40+
uses: devops-infra/action-pull-request@v0.5.2
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
source_branch: development
@@ -119,7 +119,7 @@ jobs:
119119
- name: Checkout repository
120120
uses: actions/checkout@v2
121121
- name: Create pull request
122-
uses: devops-infra/action-pull-request@v0.5.0
122+
uses: devops-infra/action-pull-request@v0.5.2
123123
with:
124124
github_token: ${{ secrets.GITHUB_TOKEN }}
125125
title: Automatic pull request
@@ -141,7 +141,7 @@ jobs:
141141
fetch-depth: 0
142142
- name: Run the Action
143143
if: startsWith(github.ref, 'refs/heads/feature')
144-
uses: devops-infra/action-pull-request@v0.5.0
144+
uses: devops-infra/action-pull-request@v0.5.2
145145
with:
146146
github_token: ${{ secrets.GITHUB_TOKEN }}
147147
title: ${{ github.event.commits[0].message }}

action.yml

Lines changed: 1 addition & 1 deletion
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.5.0
72+
image: docker://devopsinfra/action-pull-request:v0.5.2
7373
env:
7474
GITHUB_TOKEN: ${{ inputs.github_token }}
7575
branding:

0 commit comments

Comments
 (0)