From ad162d7b4d49cf06ebf713d8f6d711efe77f9bba Mon Sep 17 00:00:00 2001 From: Fabricio Veronez Date: Mon, 25 Mar 2024 10:53:24 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20das=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c1e295..cce33b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,16 +11,16 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.1.2 - name: Docker Login - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v3.1.0 with: username: ${{ secrets.DOCKER_GLOBAL_USER }} password: ${{ secrets.DOCKER_GLOBAL_PWD }} - name: Docker Build and Push - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v5.3.0 with: context: ./ file: ./Dockerfile