From 863a565c109c01e789e874fb5d4b0aafc79ddbf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:14:59 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 --- .github/workflows/rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index e9a8b60..ac70bd2 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -80,7 +80,7 @@ jobs: - name: Build Dockerfile id: build-and-push-action-1 - uses: docker/build-push-action@v3 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5 with: context: . file: Dockerfile