Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.2.2 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2022
1 parent 0f40771 commit 7a24a37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '#skip-lint')"
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected].1
- uses: pnpm/[email protected].2
with:
version: 7.0.0
- name: Setup Node
Expand All @@ -31,7 +31,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '#skip-build')"
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected].1
- uses: pnpm/[email protected].2
with:
version: 7.0.0
- name: Setup Node
Expand All @@ -51,7 +51,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected].1
- uses: pnpm/[email protected].2
with:
version: 7.0.0
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 7a24a37

Please sign in to comment.