From f293ee3d8ac0e2a071a4271e6edf11b17c8c75b9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:21:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/electron-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index 8712c798..52817fed 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -39,8 +39,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '2.7' # or another compatible version - + python-version: "2.7" # or another compatible version - name: Check out Git repository uses: actions/checkout@v1