Skip to content

Commit 04d1d76

Browse files
dependabot[bot]rcroweclaude
authored
Bump the major-actions-dependencies group across 1 directory with 4 updates (#123)
* Bump the major-actions-dependencies group with 4 updates Bumps the major-actions-dependencies group with 4 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact), [jdx/mise-action](https://github.com/jdx/mise-action) and [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `actions/upload-artifact` from 6.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...043fb46) Updates `actions/download-artifact` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...3e5f45b) Updates `jdx/mise-action` from 3.6.1 to 4.0.1 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@6d1e696...1648a78) Updates `pnpm/action-setup` from 4.2.0 to 6.0.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@41ff726...08c4be7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-actions-dependencies - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-actions-dependencies - dependency-name: jdx/mise-action dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-actions-dependencies - dependency-name: pnpm/action-setup dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Fix version comments and pin pnpm/action-setup to v5 Update version comments to match the SHAs bumped by Dependabot (upload-artifact v7, download-artifact v8, mise-action v4). Downgrade pnpm/action-setup from v6 to v5 — v6 bootstraps with pnpm 11.0.0-rc.0, which causes ERR_PNPM_IGNORED_BUILDS on the demo install. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Crowe <282571+rcrowe@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0496385 commit 04d1d76

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/modes-reusable.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
run: |
135135
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o spacectl-${{ matrix.goos }}-${{ matrix.goarch }} .
136136
- name: Upload space binary
137-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
137+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
138138
with:
139139
name: spacectl-${{ matrix.os }}
140140
path: spacectl-${{ matrix.goos }}-${{ matrix.goarch }}
@@ -159,7 +159,7 @@ jobs:
159159
- &download-spacectl-binary
160160
name: Download space binary
161161
if: inputs.spacectl-source-ref != ''
162-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
162+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
163163
with:
164164
name: spacectl-${{ runner.os == 'macOS' && 'macos' || 'linux' }}
165165
path: ${{ runner.temp }}/spacectl-bin
@@ -498,7 +498,7 @@ jobs:
498498
env:
499499
NSC_POWERTOYS_DIR: ${{ steps.space.outputs.powertoys-dir }}
500500
- name: Install mise
501-
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
501+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
502502
with:
503503
cache: false
504504
mise_toml: |
@@ -608,7 +608,7 @@ jobs:
608608
- *download-spacectl-binary
609609
- *install-spacectl-binary
610610
- name: Install pnpm
611-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
611+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
612612
with:
613613
version: '10.3.0'
614614
- name: Setup cache
@@ -643,7 +643,7 @@ jobs:
643643
- *download-spacectl-binary
644644
- *install-spacectl-binary
645645
- name: Install pnpm
646-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
646+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
647647
with:
648648
version: ${{ matrix.pnpm-version }}
649649
- name: Produce problematic .npmrc

0 commit comments

Comments
 (0)