Skip to content

Commit bb07d13

Browse files
chore(deps): bump the actions group with 2 updates (#1917)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0b4db2 commit bb07d13

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: 26
2929
package-manager-cache: false
3030
- name: Setup pnpm
31-
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
31+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3232
- name: Install dependencies
3333
run: pnpm install --frozen-lockfile
3434
- name: Check formatting

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: 26
3131
package-manager-cache: false
3232
- name: Setup pnpm
33-
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
33+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3434
- name: Install dependencies
3535
run: pnpm install --frozen-lockfile --ignore-scripts
3636
- name: Build packages

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
package-manager-cache: false
2626

2727
- name: Setup pnpm
28-
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
28+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
2929

3030
- name: Install dependencies
3131
run: pnpm install --frozen-lockfile --ignore-scripts

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: 26
2929
package-manager-cache: false
3030
- name: Setup pnpm
31-
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
31+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3232
- name: Install dependencies
3333
run: pnpm install --frozen-lockfile
3434
- name: Build packages
@@ -41,7 +41,7 @@ jobs:
4141
node-version: 24
4242
package-manager-cache: false
4343
- name: Setup pnpm
44-
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
44+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
4545
- name: Test on node@24
4646
run: node --run test
4747
- name: Setup node@22
@@ -50,6 +50,6 @@ jobs:
5050
node-version: 22
5151
package-manager-cache: false
5252
- name: Setup pnpm
53-
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
53+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
5454
- name: Test on node@22
5555
run: node --run test

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Install the latest version of uv
26-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
26+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2727

2828
- name: Run zizmor 🌈
2929
run: uvx zizmor --format=github .

0 commit comments

Comments
 (0)