Skip to content

Commit e19ce63

Browse files
renovate[bot]bjw-s
authored andcommitted
ci(github-action)!: Update pnpm/action-setup ( v5.0.0 ➔ v6.0.0 )
| datasource | package | from | to | | ----------- | ----------------- | ------ | ------ | | github-tags | pnpm/action-setup | v5.0.0 | v6.0.0 |
1 parent 581efe8 commit e19ce63

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.forgejo/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222
token: ${{ secrets.FORGEJO_TOKEN }}
2323

24-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
24+
- uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
2525
name: Install pnpm
2626
with:
2727
run_install: false

.forgejo/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
persist-credentials: false
5353

54-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
54+
- uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
5555
name: Install pnpm
5656
with:
5757
run_install: false
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
persist-credentials: false
8484

85-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
85+
- uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
8686
name: Install pnpm
8787
with:
8888
run_install: false

.forgejo/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626

27-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
27+
- uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
2828
name: Install pnpm
2929
with:
3030
run_install: false

0 commit comments

Comments
 (0)