From 65eb9fffa0115c1e5ce587eccd3381fd2ac2defa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:24:16 +0000 Subject: [PATCH] chore(deps): update all --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0cc15fe..3fbc019 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: fail-on-vuln: true - name: Lint Dockerfile - uses: hadolint/hadolint-action@v2.0.0 + uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: Dockerfile config: hadolint.yaml @@ -52,7 +52,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: true platforms: linux/arm64,linux/amd64