diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index bd44013b..9b00ffa7 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -126,11 +126,11 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: '8.4' tools: composer @@ -163,7 +163,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Install dependencies run: bun install @@ -244,11 +244,11 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: '8.4' tools: composer @@ -351,7 +351,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Install dependencies run: bun install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dff6892..0b620157 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -44,10 +44,10 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -67,10 +67,10 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64ce064c..e86c3b4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules uses: actions/cache@v5 diff --git a/bun.lock b/bun.lock index 7a9db161..771af618 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "@stacksjs/ts-png", "devDependencies": { - "better-dx": "^0.2.7", + "better-dx": "^0.2.12", "typescript": "^5.9.3", }, }, diff --git a/package.json b/package.json index 59605ee1..e004fbbe 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "devDependencies": { "typescript": "^5.9.3", - "better-dx": "^0.2.7" + "better-dx": "^0.2.12" }, "git-hooks": { "pre-commit": {