From c09befbf1b91389ede113c59651f06c82a7a01dd Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 8 May 2021 17:21:18 +0100 Subject: [PATCH] Fix whitespace --- .github/workflows/update-dependencies.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 9026529f..60c7ce15 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -11,22 +11,22 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - + - uses: actions/setup-python@v2 name: Install Python 3.9 with: python-version: 3.9 architecture: x64 - + - name: Install dependencies run: python -m pip install ".[dev]" - + - name: "Run update: dependencies" run: python ./bin/update_dependencies.py - + - name: "Run update: python configs" run: python ./bin/update_pythons.py --force - + # we use this step to grab a Github App auth token, so that PRs generated by this workflow # run the GHA tests. - uses: tibdex/github-app-token@v1 @@ -34,7 +34,7 @@ jobs: with: app_id: ${{ secrets.CIBUILDWHEEL_BOT_APP_ID }} private_key: ${{ secrets.CIBUILDWHEEL_BOT_APP_PRIVATE_KEY }} - + - name: Create Pull Request if: github.ref == 'refs/heads/master' && github.repository == 'joerick/cibuildwheel' uses: peter-evans/create-pull-request@v3