also looking at this
chore(deps): update all non-major dependencies
#22
5 files
+17
-17
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.
| @@ -130,7 +130,7 @@ jobs: | ||
| 130 | 130 | |
| 131 | 131 | - name: Setup PHP and Composer (if needed) |
| 132 | 132 | if: ${{ hashFiles('composer.json') != '' }} |
| 133 | uses: shivammathur/setup-php@v2 | |
| 133 | uses: shivammathur/setup-php@2.35.5 | |
| 134 | 134 | with: |
| 135 | 135 | php-version: '8.4' |
| 136 | 136 | tools: composer |
| @@ -248,7 +248,7 @@ jobs: | ||
| 248 | 248 | |
| 249 | 249 | - name: Setup PHP and Composer (if needed) |
| 250 | 250 | if: ${{ hashFiles('composer.json') != '' }} |
| 251 | uses: shivammathur/setup-php@v2 | |
| 251 | uses: shivammathur/setup-php@2.35.5 | |
| 252 | 252 | with: |
| 253 | 253 | php-version: '8.4' |
| 254 | 254 | tools: composer |
| @@ -16,10 +16,10 @@ jobs: | ||
| 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.0.2 | |
| 20 | 20 | |
| 21 | 21 | - name: Use cached node_modules |
| 22 | uses: actions/cache@v4 | |
| 22 | uses: actions/cache@v4.3.0 | |
| 23 | 23 | with: |
| 24 | 24 | path: node_modules |
| 25 | 25 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -40,7 +40,7 @@ jobs: | ||
| 40 | 40 | GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |
| 41 | 41 | |
| 42 | 42 | - name: Attach Binaries |
| 43 | uses: softprops/action-gh-release@v2 | |
| 43 | uses: softprops/action-gh-release@v2.4.1 | |
| 44 | 44 | with: |
| 45 | 45 | files: | |
| 46 | 46 | bin/bunpress-linux-x64 |