Skip to content

Commit d69f83c

Browse files
chore: update github actions
1 parent eebcf45 commit d69f83c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
node-version: 24.14.0
1212
package-manager-cache: false
1313

14-
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
14+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
1515
name: Install pnpm
1616
with:
1717
run_install: false

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: ./.github/actions/setup
2929

30-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
30+
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
3131
id: create_token
3232
with:
3333
app-id: ${{ vars.GH_APP_ID }}

0 commit comments

Comments
 (0)