From b1bd62edf9e453f2883fdbc23343c4cc89d8c10a Mon Sep 17 00:00:00 2001 From: Omer Biran Date: Tue, 29 Mar 2022 22:20:45 +0300 Subject: [PATCH] update actions to use node 16 runtime version --- .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 c85ef2a..e027d22 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@v2 - - uses: actions/setup-node@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + - uses: actions/setup-python@v3 - run: pip install virtualenv - run: make - name: self test newly built action