Skip to content

Commit

Permalink
Update workflows to v0 version (#275)
Browse files Browse the repository at this point in the history
* Update workflows to v0 version

* auto patch increment

Co-authored-by: ras-rm-pr-bot <matt.crocker+rasrm@gmail.com>
  • Loading branch information
insacuri and ras-rm-pr-bot authored May 12, 2022
1 parent e5977b7 commit b37b2f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.event.comment.body, '/deploy')
steps:
- uses: google-github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
service_account_key: ${{ secrets.GCR_KEY }}
Expand All @@ -25,4 +25,4 @@ jobs:
bot-token: ${{ secrets.BOT_TOKEN }}
spinnaker-topic: ${{ secrets.SPINNAKER_TOPIC }}
artifact-bucket: ${{ secrets.ARTIFACT_BUCKET }}
helm-chart: ${{ env.SERVICE }}/${{ env.SERVICE }}-latest.tgz
helm-chart: ${{ env.SERVICE }}/${{ env.SERVICE }}-latest.tgz
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pipenv install --dev --deploy
- name: Tests
run: make test
- uses: google-github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@v0
with:
version: '270.0.0'
service_account_key: ${{ secrets.GCR_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions _infra/helm/collection-instrument/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.1.30
version: 2.1.31

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 2.1.30
appVersion: 2.1.31

0 comments on commit b37b2f6

Please sign in to comment.