diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4be794..09cf18a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Build and Push steps: - name: git-checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - uses: actions/setup-python@v2 with: python-version: '3.9'