From 17c2f4f97b2ad14b64a2b813dda813058b5e6ac8 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:41:05 -0700 Subject: [PATCH] ci(update-prettier.yml): set version v3 to actions/setup-node --- .github/workflows/update-prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index d81a2b2c..a224dbcf 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3 + - uses: actions/setup-node@v3 with: cache: npm node-version: 16