diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2f47931..a793825 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: if (k.startsWith("ACTIONS_")) core.exportVariable(k, v); } - name: "Set up Docker Buildx" - uses: "docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349" + uses: "docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5" - name: "Use Node.js lts/*" uses: "actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af" with: @@ -53,7 +53,7 @@ jobs: - name: "Lint" run: "npm run lint" - name: "Upload module artifact" - uses: "actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882" + uses: "actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b" with: name: "dist" path: "./dist/"