From 9fe1c3bbf6b1efaf3df995b1db489e84b151aec3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:54:34 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-eslint: v7.32.0 → v8.0.0-beta.0](https://github.com/pre-commit/mirrors-eslint/compare/v7.32.0...v8.0.0-beta.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0ef1ea..43ef984 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/pre-commit/mirrors-eslint - rev: v7.32.0 + rev: v8.0.0-beta.0 hooks: - id: eslint args: [--fix] From 8f9881b4405fdb41f3c5d5526bebe603d79ba328 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 16 Aug 2021 14:25:46 -0400 Subject: [PATCH 2/2] try v2 versions of actions? --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 53c810e..a26ce9b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,9 +9,9 @@ jobs: name: pr runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - uses: actions/setup-node@v1 - - uses: actions/setup-python@v1 + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 + - uses: actions/setup-python@v2 - run: pip install virtualenv - run: make - name: self test newly built action