also looking at this
chore(deps): update all non-major dependencies
#20
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.
| @@ -11,12 +11,12 @@ jobs: | ||
| 11 | 11 | runs-on: ubuntu-latest |
| 12 | 12 | |
| 13 | 13 | steps: |
| 14 | - uses: actions/checkout@v6 | |
| 14 | - uses: actions/checkout@v6.0.1 | |
| 15 | 15 | with: |
| 16 | 16 | fetch-depth: 0 |
| 17 | 17 | |
| 18 | 18 | - name: Install Bun |
| 19 | uses: oven-sh/setup-bun@v2 | |
| 19 | uses: oven-sh/setup-bun@v2.1.2 | |
| 20 | 20 | # env: |
| 21 | 21 | # BUN_AUTH_TOKEN: $ |
| 22 | 22 | with: |