From 82df160e219eed55cd4a32064aac3137c5d0abc9 Mon Sep 17 00:00:00 2001 From: "missionlane-renovate[bot]" <111897990+missionlane-renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:40:15 +0000 Subject: [PATCH] chore(workflows): update github-actions to v4 --- .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 f9a4d37..63cd2e8 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@v4 - 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