From 956c87ff18629992d6d021de3e4548c2c4cd3505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 16:03:17 +0000 Subject: [PATCH] Bump the github-actions-all group with 2 updates Bumps the github-actions-all group with 2 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/c47758b77c9736f4b2ef4073d4d51994fabfe349...6524bf65af31da8d45b59e8c27de4bd072b392f5) Updates `actions/upload-artifact` from 4.4.3 to 4.5.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...6f51ac03b9356f520e9adb1b1b7802705f340c2b) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/"