Skip to content

Commit

Permalink
Merge pull request #4936 from jeremylong/dependabot/github_actions/pn…
Browse files Browse the repository at this point in the history
…pm/action-setup-2.2.4

Bump pnpm/action-setup from 2.2.3 to 2.2.4
  • Loading branch information
jeremylong authored Oct 18, 2022
2 parents 4fcf046 + 9ccea46 commit b6e0b28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
server-id: ossrh
server-username: ${{ secrets.OSSRH_USERNAME }}
server-password: ${{ secrets.OSSRH_TOKEN }}
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
version: 6.0.2
- name: Build Snapshot with Maven
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
java-version: 8
distribution: 'zulu'
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
version: 6.0.2
- name: Test with Maven
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
java-version: 8
distribution: 'zulu'
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
version: 6.0.2
- name: Regression Test Maven Plugin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
server-id: ossrh
server-username: ${{ secrets.OSSRH_USERNAME }}
server-password: ${{ secrets.OSSRH_TOKEN }}
- uses: pnpm/action-setup@v2.2.3
- uses: pnpm/action-setup@v2.2.4
with:
version: 6.0.2
- name: Configure Git user
Expand Down

0 comments on commit b6e0b28

Please sign in to comment.