Преглед изворни кода

Merge pull request #1017 from peers/renovate/actions-setup-node-3.x

chore(deps): update actions/setup-node action to v3
Jonas Gloning пре 2 година
родитељ
комит
d1175f3463
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -14,7 +14,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Setup Node.js
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v3
         with:
           node-version: "lts/*"
       - name: Install dependencies