From eff249dc4894328aaf3523fd5ed7f3cbc3dbe0fb Mon Sep 17 00:00:00 2001 From: "missionlane-renovate[bot]" <111897990+missionlane-renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:09:29 +0000 Subject: [PATCH] chore(workflows): update github-actions --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d5f3e3a..987277a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,7 +21,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Prepare id: prep run: | @@ -92,7 +92,7 @@ jobs: password: ${{ secrets.ARTIFACTORY_PASSWORD }} - name: Build and Push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: allow: network.host push: true