Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattes committed Oct 12, 2020
1 parent 517fee8 commit 8adc65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
shell: bash
run: |
cd /tmp
export GCE_DEPLOY_VERSION=4.1.0
export GCE_DEPLOY_VERSION=4.1.1
wget --quiet https://github.com/mattes/gce-deploy-action/releases/download/v${GCE_DEPLOY_VERSION}/gce-deploy-action.linux.amd64
sudo mv gce-deploy-action.linux.amd64 /usr/local/bin/gce-deploy-action
sudo chmod +x /usr/local/bin/gce-deploy-action
Expand Down

0 comments on commit 8adc65f

Please sign in to comment.