From 8f9881b4405fdb41f3c5d5526bebe603d79ba328 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 16 Aug 2021 14:25:46 -0400 Subject: [PATCH] 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