From 77ca5524508d556631b031bd1cd9f1715a762ade Mon Sep 17 00:00:00 2001 From: Denilson Nastacio Date: Tue, 7 Jan 2025 11:11:17 -0500 Subject: [PATCH] Update github checkout action from v3 to v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b288bbb..8307ef9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: build-push env: DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}