diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index be185dc..063453a 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -130,7 +130,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.35.5 with: php-version: '8.4' tools: composer @@ -248,7 +248,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.35.5 with: php-version: '8.4' tools: composer diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee276a3..afef734 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: # - uses: actions/checkout@v5.0.0 # - name: Install Bun - # uses: oven-sh/setup-bun@v2 + # uses: oven-sh/setup-bun@v2.0.2 # - name: Use cached node_modules - # uses: actions/cache@v4 + # uses: actions/cache@v4.3.0 # with: # path: node_modules # key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -44,10 +44,10 @@ jobs: # - uses: actions/checkout@v5.0.0 # - name: Install Bun - # uses: oven-sh/setup-bun@v2 + # uses: oven-sh/setup-bun@v2.0.2 # - name: Use cached node_modules - # uses: actions/cache@v4 + # uses: actions/cache@v4.3.0 # with: # path: node_modules # key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -67,10 +67,10 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -90,10 +90,10 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b15042b..798faff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Attach Binaries - uses: stacksjs/action-releaser@v1.2.7 + uses: stacksjs/action-releaser@v1.2.6 with: files: | bin/dx-linux-x64 diff --git a/deps.yaml b/deps.yaml index 2d291bd..47da7e8 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.21 + bun.sh: ^1.3.1 diff --git a/package.json b/package.json index 5de8574..00a831c 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/bun": "^1.3.2", "buddy-bot": "^0.9.11", "bun-git-hooks": "^0.3.1", - "bun-plugin-dtsx": "0.9.9", + "bun-plugin-dtsx": "0.21.17", "bunfig": "^0.15.6", "pickier": "^0.1.7", "ts-error-handling": "^0.1.0",