Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed Jun 4, 2024
1 parent 127b6c4 commit ee7b1cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -68,13 +68,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Helm tool installer
uses: Azure/setup-helm@v3
uses: Azure/setup-helm@v4

- name: Kubectl tool installer
uses: Azure/setup-kubectl@v3
uses: Azure/setup-kubectl@v4

- name: Get GCP Auth
uses: 'google-github-actions/auth@v2'
Expand Down

0 comments on commit ee7b1cd

Please sign in to comment.