diff options
| author | Shinigami <[email protected]> | 2022-05-29 00:18:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-29 00:18:22 +0200 |
| commit | 7f2c379f9838297c20cc8db57a0e1652df600dff (patch) | |
| tree | 5bff401bc9ddfeeed2f3301f259d06e111904486 | |
| parent | 0088643a8338c9cc07c0161ffbbbbbeda1dcb1d7 (diff) | |
| download | faker-7f2c379f9838297c20cc8db57a0e1652df600dff.tar.xz faker-7f2c379f9838297c20cc8db57a0e1652df600dff.zip | |
ci: update to pnpm/[email protected] (#1019)
| -rw-r--r-- | .github/workflows/ci.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46972d58..a1691afe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/[email protected] with: version: 7 @@ -59,7 +59,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/[email protected] with: version: 7 @@ -85,7 +85,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/[email protected] with: version: 7 @@ -116,7 +116,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/[email protected] with: version: 7 @@ -144,7 +144,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/[email protected] with: version: 7 @@ -172,7 +172,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/[email protected] with: version: 7 |
