diff --git a/.github/workflows/update-prices.yml b/.github/workflows/update-prices.yml index cfad21f..fd969cf 100644 --- a/.github/workflows/update-prices.yml +++ b/.github/workflows/update-prices.yml @@ -10,13 +10,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v3 with: python-version: '3.x' - cache: 'pip' - name: Install dependencies run: |