From a5fd2895b61d28db15260c63f99fde45f6fe9292 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 13 Sep 2020 12:55:56 -0700 Subject: [PATCH] Update to deadsnakes/action@v2.0.0 should be a noop (despite the major version bump) -- I rewrote the action to be more stable and need fewer security updates --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 056c8d3db..29d7cd1fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -131,7 +131,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: Set up Python ${{ matrix.python }} (deadsnakes) - uses: deadsnakes/action@v1.0.0 + uses: deadsnakes/action@v2.0.0 if: matrix.python == '3.9-dev' with: python-version: ${{ matrix.python }}