Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #47 from KSXGitHub/dependabot/github_actions/pnpm/…
Browse files Browse the repository at this point in the history
…action-setup-v1.2.1

Bump pnpm/action-setup from v1.2.0 to v1.2.1
  • Loading branch information
KSXGitHub committed Oct 12, 2020
2 parents af14fd0 + 98ca6a6 commit b3d5ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
pnpm5-${{ matrix.vars.id }}-
pnpm5-
- name: Install pnpm
uses: pnpm/action-setup@v1.2.0
uses: pnpm/action-setup@v1.2.1
with:
version: ${{ matrix.pnpm }}
run_install: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-web-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
restore-keys: |
pnpm5-${{ hashFiles('**/pnpm-lock.yaml') }}
pnpm5-
- uses: pnpm/action-setup@v1.2.0
- uses: pnpm/action-setup@v1.2.1
with:
version: 5.5.1
run_install: |
Expand Down

0 comments on commit b3d5ccb

Please sign in to comment.