From ee7b1cdac667da96d10b60d646267d672ffad7a2 Mon Sep 17 00:00:00 2001 From: Aaron Claydon Date: Tue, 4 Jun 2024 22:13:09 +0100 Subject: [PATCH] Deploy --- .github/workflows/build-and-deploy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 4ce3e8f..a5dc381 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -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 }} @@ -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'