also looking at this
chore(deps): update all non-major dependencies
#516
5 files
+18
-18
| @@ -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.36.0 | |
| 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.36.0 | |
| 252 | 252 | with: |
| 253 | 253 | php-version: '8.4' |
| 254 | 254 | tools: composer |
| @@ -18,13 +18,13 @@ jobs: | ||
| 18 | 18 | runs-on: ubuntu-latest |
| 19 | 19 | |
| 20 | 20 | steps: |
| 21 | - uses: actions/checkout@v6 | |
| 21 | - uses: actions/checkout@v6.0.2 | |
| 22 | 22 | |
| 23 | 23 | - name: Install Bun |
| 24 | uses: oven-sh/setup-bun@v2 | |
| 24 | uses: oven-sh/setup-bun@v2.1.2 | |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | uses: actions/cache@v5 | |
| 27 | uses: actions/cache@v5.0.3 | |
| 28 | 28 | with: |
| 29 | 29 | path: node_modules |
| 30 | 30 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -41,13 +41,13 @@ jobs: | ||
| 41 | 41 | runs-on: ubuntu-latest |
| 42 | 42 | |
| 43 | 43 | steps: |
| 44 | - uses: actions/checkout@v6 | |
| 44 | - uses: actions/checkout@v6.0.2 | |
| 45 | 45 | |
| 46 | 46 | - name: Install Bun |
| 47 | uses: oven-sh/setup-bun@v2 | |
| 47 | uses: oven-sh/setup-bun@v2.1.2 | |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | uses: actions/cache@v5 | |
| 50 | uses: actions/cache@v5.0.3 | |
| 51 | 51 | with: |
| 52 | 52 | path: node_modules |
| 53 | 53 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -64,13 +64,13 @@ jobs: | ||
| 64 | 64 | runs-on: ubuntu-latest |
| 65 | 65 | |
| 66 | 66 | steps: |
| 67 | - uses: actions/checkout@v6 | |
| 67 | - uses: actions/checkout@v6.0.2 | |
| 68 | 68 | |
| 69 | 69 | - name: Install Bun |
| 70 | uses: oven-sh/setup-bun@v2 | |
| 70 | uses: oven-sh/setup-bun@v2.1.2 | |
| 71 | 71 | |
| 72 | 72 | - name: Use cached node_modules |
| 73 | uses: actions/cache@v5 | |
| 73 | uses: actions/cache@v5.0.3 | |
| 74 | 74 | with: |
| 75 | 75 | path: node_modules |
| 76 | 76 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -87,13 +87,13 @@ jobs: | ||
| 87 | 87 | runs-on: ubuntu-latest |
| 88 | 88 | |
| 89 | 89 | steps: |
| 90 | - uses: actions/checkout@v6 | |
| 90 | - uses: actions/checkout@v6.0.2 | |
| 91 | 91 | |
| 92 | 92 | - name: Install Bun |
| 93 | uses: oven-sh/setup-bun@v2 | |
| 93 | uses: oven-sh/setup-bun@v2.1.2 | |
| 94 | 94 | |
| 95 | 95 | - name: Use cached node_modules |
| 96 | uses: actions/cache@v5 | |
| 96 | uses: actions/cache@v5.0.3 | |
| 97 | 97 | with: |
| 98 | 98 | path: node_modules |
| 99 | 99 | key: node-modules-${{ hashFiles('**/bun.lock') }} |