Skip to content

Commit 4219fcc

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates (#101)
Bumps the github-actions group with 2 updates in the / directory: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [actions/setup-node](https://github.com/actions/setup-node). Updates `pnpm/action-setup` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@08c4be7...078e9d4) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...48b55a0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18e435c commit 4219fcc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
cache-read-only: false
6565
- if: matrix.id != 'lite'
66-
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # https://github.com/pnpm/action-setup/tree/v6.0.0
66+
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # https://github.com/pnpm/action-setup/tree/v6.0.1
6767
name: Install pnpm
6868
id: pnpm-install
6969
with:
@@ -82,7 +82,7 @@ jobs:
8282
} >> "$GITHUB_OUTPUT"
8383
- if: matrix.id != 'lite'
8484
name: Set up Node.js
85-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # https://github.com/actions/setup-node/tree/v6
85+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # https://github.com/actions/setup-node/tree/v6
8686
with:
8787
node-version: 24
8888
cache: 'pnpm'

.github/workflows/ci-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # https://github.com/gradle/actions/tree/v6
2424
with:
2525
cache-read-only: false
26-
- uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # https://github.com/pnpm/action-setup/tree/v6.0.0
26+
- uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # https://github.com/pnpm/action-setup/tree/v6.0.1
2727
name: Install pnpm
2828
id: pnpm-install
2929
with:
@@ -39,7 +39,7 @@ jobs:
3939
echo 'EOF'
4040
} >> "$GITHUB_OUTPUT"
4141
- name: Set up Node.js
42-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # https://github.com/actions/setup-node/tree/v6
42+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # https://github.com/actions/setup-node/tree/v6
4343
with:
4444
node-version: 24
4545
cache: 'pnpm'

.github/workflows/update-toolchain-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/tree/v6
2323

2424
- name: Setup Node.js
25-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # https://github.com/actions/setup-node/tree/v6
25+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # https://github.com/actions/setup-node/tree/v6
2626
with:
2727
node-version: 24
2828

0 commit comments

Comments
 (0)