Skip to content

Commit ce43897

Browse files
committed
Merge branch 'develop' for v2.0.3
2 parents 031f903 + 114aa1d commit ce43897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN wget https://raw.githubusercontent.com/Automattic/vip-go-ci/master/tools-ini
4141
bash tools-init.sh && \
4242
rm -f tools-init.sh
4343

44-
ENV VAULT_VERSION 1.0.2
44+
ENV VAULT_VERSION 1.4.3
4545

4646
# Setup Vault
4747
RUN wget https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip && \

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'This will run phpcs on PRs'
33
author: 'rtCamp'
44
runs:
55
using: 'docker'
6-
image: 'docker://rtcamp/action-phpcs-code-review:v2.0.4'
6+
image: 'docker://rtcamp/action-phpcs-code-review:v2.0.3'
77
branding:
88
icon: 'check-circle'
99
color: 'green'

0 commit comments

Comments
 (0)