From f9e80377d5b5e763e6f265fc2f204eff9b2863cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 21:39:31 +0200 Subject: [PATCH] chore(deps): update docker/build-push-action action to v3 (#1843) Co-authored-by: Renovate Bot --- .github/workflows/dev-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-tools.yml b/.github/workflows/dev-tools.yml index a336cebd5..176e79060 100644 --- a/.github/workflows/dev-tools.yml +++ b/.github/workflows/dev-tools.yml @@ -74,7 +74,7 @@ jobs: EOF - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . push: ${{ github.repository_owner == 'libretime' }}