Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit a5f7501

Browse files
build(deps): bump pnpm/action-setup from 4.0.0 to 4.1.0 (#7379)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1abd450 commit a5f7501

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
server-id: ossrh
5656
server-username: ${{ secrets.OSSRH_USERNAME }}
5757
server-password: ${{ secrets.OSSRH_TOKEN }}
58-
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
58+
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
5959
with:
6060
version: 6.0.2
6161
- name: Build Snapshot with Maven

.github/workflows/pull_requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
java-version: 11
3434
distribution: 'zulu'
35-
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
35+
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
3636
with:
3737
version: 6.0.2
3838
- name: Test with Maven
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
java-version: 11
9292
distribution: 'zulu'
93-
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
93+
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
9494
with:
9595
version: 6.0.2
9696
- name: Regression Test Maven Plugin

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
server-id: ossrh
5858
server-username: ${{ secrets.OSSRH_USERNAME }}
5959
server-password: ${{ secrets.OSSRH_TOKEN }}
60-
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
60+
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
6161
with:
6262
version: 6.0.2
6363
- name: Configure Git user

0 commit comments

Comments
 (0)