From baa65f5ee39f4e0fecd263b77ee26595b4804143 Mon Sep 17 00:00:00 2001 From: Michael Haswell Date: Thu, 25 Apr 2024 11:10:48 -0700 Subject: [PATCH] Updated action versions in buildTestPublishContainerDeploy workflow --- .../workflows/buildTestPublishContainerDeploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/buildTestPublishContainerDeploy.yml b/.github/workflows/buildTestPublishContainerDeploy.yml index 5a5bdb01c..474208fb7 100644 --- a/.github/workflows/buildTestPublishContainerDeploy.yml +++ b/.github/workflows/buildTestPublishContainerDeploy.yml @@ -15,10 +15,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v4.1.4 with: persist-credentials: false - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4.0.2 with: node-version: ${{ vars.NODE_VERSION }} - name: Install and Test 🔧 @@ -46,17 +46,17 @@ jobs: name: notifyBCContainerTag path: notifyBCContainerTag.txt - name: Checkout 🛎️ - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v4.1.4 with: persist-credentials: false - name: Login to GitHub Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.CR_PAT }} - name: Publish Container 🚀 - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5.3.0 with: push: true tags: ghcr.io/bcgov/des-notify-bc:${{ env.notifyBCContainerTag }} @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v4.1.4 with: persist-credentials: false - name: Decrypt values.ocp4.dev.yaml.gpg