Skip to content

Commit

Permalink
fix(deps): update pnpm/action-setup@v3 (#1477)
Browse files Browse the repository at this point in the history
<!-- 👋 Hi, thanks for sending a PR to TypeStat! 💖.
Please fill out all fields below and make sure each item is true and [x]
checked.
Otherwise we may not be able to review your PR. -->

## PR Checklist

- [x] Addresses an existing open issue: fixes #1487 
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/TypeStat/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/TypeStat/blob/main/.github/CONTRIBUTING.md)
were taken 🐶

## Overview

<!-- Description of what is changed and how the code change does that.
-->

~~I'm trying to see, will this fix inconsistency between local and CI
lint run~~

This just updates the action version. The inconsistency was because of
unrelated reason, see #1478

Co-authored-by: rubiesonthesky <rubiesonthesky>
  • Loading branch information
rubiesonthesky authored Mar 30, 2024
1 parent 9593c8a commit 964a9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Prepare

runs:
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
cache: pnpm
Expand Down

0 comments on commit 964a9ac

Please sign in to comment.