diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c09c128c2..0207e833b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,12 +12,12 @@ jobs: steps: #Pull the latest changes - name: Chekout code - uses: percona-platform/checkout@v2 + uses: actions/checkout@v2 with: fetch-depth: 0 #Prepare the env - name: Set up Python - uses: percona-platform/setup-python@v2 + uses: actions/setup-python@v2 with: python-version: '3.x'