From 3a8e5c4f6a952ceb9afb0d9094d1dce2aa78a244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:37:36 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `pnpm/action-setup` from 6.0.9 to 6.0.10 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/0ebf47130e4866e96fce0953f49152a61190b271...0977fd99725f1db4007ccb2928dbb4e90d06cc86) Updates `actions/upload-artifact` from 6.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pnpm/action-setup dependency-version: 6.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/desktop.yml | 2 +- .github/workflows/release-community.yml | 4 ++-- .github/workflows/release-mdevolved.yml | 4 ++-- .github/workflows/release-plugin.yml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1f3e8c..0aa9645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: run_install: false diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index 5a02ca7..d72e527 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: run_install: false - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 diff --git a/.github/workflows/release-community.yml b/.github/workflows/release-community.yml index 8e7d856..5244c21 100644 --- a/.github/workflows/release-community.yml +++ b/.github/workflows/release-community.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: run_install: false @@ -45,7 +45,7 @@ jobs: git archive --format=tar HEAD | sha256sum | tee community-source.sha256 pnpm release:hash > community-artifacts.sha256 - - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: community-release-receipt path: | diff --git a/.github/workflows/release-mdevolved.yml b/.github/workflows/release-mdevolved.yml index bb2b0a9..89c766d 100644 --- a/.github/workflows/release-mdevolved.yml +++ b/.github/workflows/release-mdevolved.yml @@ -25,7 +25,7 @@ jobs: run: | git fetch origin main git merge-base --is-ancestor "$GITHUB_SHA" origin/main - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: run_install: false - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 @@ -37,7 +37,7 @@ jobs: shell: bash - run: pnpm test:md2:acceptance - run: pnpm package:desktop:release - - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: mdevolved-sync-${{ runner.os }}-${{ runner.arch }} path: dist/mdevolved-desktop/* diff --git a/.github/workflows/release-plugin.yml b/.github/workflows/release-plugin.yml index 1f35a40..83d64b8 100644 --- a/.github/workflows/release-plugin.yml +++ b/.github/workflows/release-plugin.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: run_install: false @@ -39,7 +39,7 @@ jobs: # the separate canonical distribution repository. Keep this workflow # read-only and promote the verified artifact to msinclair25/mdevolved-sync # only through the owner-authorized release procedure. - - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: mdevolved-sync-${{ github.ref_name }} path: |