fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #559 from hey-api/dependabot/github_actions/github-actions-2ed79c8fe4

chore(deps): bump pnpm/action-setup from 3 to 4 in the github-actions group

authored by

Lubos and committed by
GitHub
5c99787e ff5ad9af

+3 -3
+1 -1
.github/workflows/ci.yml
··· 22 22 steps: 23 23 - uses: actions/checkout@v4 24 24 25 - - uses: pnpm/action-setup@v3 25 + - uses: pnpm/action-setup@v4 26 26 with: 27 27 version: 8.15.7 28 28
+1 -1
.github/workflows/coverage.yml
··· 21 21 steps: 22 22 - uses: actions/checkout@v4 23 23 24 - - uses: pnpm/action-setup@v3 24 + - uses: pnpm/action-setup@v4 25 25 with: 26 26 version: 8.15.7 27 27
+1 -1
.github/workflows/release.yml
··· 14 14 steps: 15 15 - uses: actions/checkout@v4 16 16 17 - - uses: pnpm/action-setup@v3 17 + - uses: pnpm/action-setup@v4 18 18 with: 19 19 version: 8.15.7 20 20