From c27c5ef06b4d37a042f674d916586068a47d6323 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Thu, 16 Mar 2023 20:31:48 +0100 Subject: [PATCH] [chore] Update github actions --- .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 892d913..617c042 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: if: github.event_name == 'pull_request' steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: shellcheck uses: azohra/shell-linter@v0.4.0 @@ -31,7 +31,7 @@ jobs: if: github.event_name == 'push' steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Log in to dockerhub run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin