From 4a50da9baf851b78eca563543c074551ac1b2e79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:52:30 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 9ec9b40e..76c1ed54 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -35,7 +35,7 @@ jobs: psql -c 'create database django_zbp;' -U postgres psql -c 'create database django_test;' -U postgres - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '14.x' - name: Cache node modules