Skip to content

Commit

Permalink
Merge pull request #140 from cyprus-developer-community/dependabot/gi…
Browse files Browse the repository at this point in the history
…thub_actions/pnpm/action-setup-2.4.0

chore(deps): bump pnpm/action-setup from 2.2.4 to 2.4.0
  • Loading branch information
PatrickHeneise authored Sep 11, 2023
2 parents 7b1e362 + 5e40d15 commit 83021bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: '${{ inputs.pnpm-version }}'
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
CI: true
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: ${{ inputs.pnpm-version }}
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '${{ inputs.node-version }}'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: '${{ inputs.pnpm-version }}'

Expand Down

0 comments on commit 83021bf

Please sign in to comment.