diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-17 12:23:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-17 12:23:15 +0200 |
| commit | c977dbc79da0589557205ad2a95befa1cd6a9dea (patch) | |
| tree | 3abb3e93be98fde9978ebdef5b8b9c390637a7b9 /.github/workflows | |
| parent | 900cfa5f64470bfd51efe1565f7f5ff4e7cfa240 (diff) | |
| download | faker-c977dbc79da0589557205ad2a95befa1cd6a9dea.tar.xz faker-c977dbc79da0589557205ad2a95befa1cd6a9dea.zip | |
chore(deps): update all non-major dependencies (#1460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 12 | ||||
| -rw-r--r-- | .github/workflows/pr.yml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1af3f90..b2a4b87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -90,7 +90,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -121,7 +121,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -149,7 +149,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -177,7 +177,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index db65a938..4bf47cfc 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 |
