diff --git a/.github/workflows/docker-hub-build-push-on-release.yml b/.github/workflows/docker-hub-build-push-on-release.yml index 62ff914..0ed8d4e 100644 --- a/.github/workflows/docker-hub-build-push-on-release.yml +++ b/.github/workflows/docker-hub-build-push-on-release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Extract tag string id: git