From cd5b6e8b2e6f46498497c590ba726710865013bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jun 2022 20:23:20 +0200 Subject: [PATCH] Update actions/setup-node action to v3 (#245) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 869059f2..6ea31d75 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -24,7 +24,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: Node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}