also looking at this
chore(deps): update all non-major dependencies
#64
1 file
+2
-2
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -15,12 +15,12 @@ jobs: | ||
| 15 | 15 | |
| 16 | 16 | steps: |
| 17 | 17 | - name: Checkout |
| 18 | uses: actions/checkout@v6 | |
| 18 | uses: actions/checkout@v6.0.2 | |
| 19 | 19 | with: |
| 20 | 20 | fetch-depth: 0 |
| 21 | 21 | |
| 22 | 22 | - name: Setup Bun |
| 23 | uses: oven-sh/setup-bun@v2 | |
| 23 | uses: oven-sh/setup-bun@v2.1.2 | |
| 24 | 24 | |
| 25 | 25 | - name: Setup Pantry |
| 26 | 26 | uses: home-lang/pantry-setup@v1 |