diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 1654309c..28fd3161 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.0.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.35.5 + uses: shivammathur/setup-php@2.37.1 with: php-version: '8.4' tools: composer @@ -163,7 +163,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.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.0.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.35.5 + uses: shivammathur/setup-php@2.37.1 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.0.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 42008d64..255202b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v6 - 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 @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v6 - 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 @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v6 - 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 980b8899..16ea6e69 100644 --- a/bun.lock +++ b/bun.lock @@ -26,9 +26,9 @@ "logsmith": "./dist/bin/cli.js", }, "dependencies": { - "@stacksjs/clapp": "^0.2.0", - "bunfig": "^0.15.6", - "pickier": "^0.1.9", + "@stacksjs/clapp": "^0.2.10", + "bunfig": "^0.15.13", + "pickier": "^0.1.32", }, }, }, diff --git a/packages/logsmith/package.json b/packages/logsmith/package.json index eb3c14ad..7e406f9c 100644 --- a/packages/logsmith/package.json +++ b/packages/logsmith/package.json @@ -59,8 +59,8 @@ "test": "bun test" }, "dependencies": { - "@stacksjs/clapp": "^0.2.0", - "bunfig": "^0.15.6", - "pickier": "^0.1.9" + "@stacksjs/clapp": "^0.2.10", + "bunfig": "^0.15.13", + "pickier": "^0.1.32" } }