diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 8991c7e..04bfe4d 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@2.36.0 + uses: shivammathur/setup-php@2.37.0 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@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: '8.4' tools: composer diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7b3592..15af246 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.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} @@ -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.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} @@ -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.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8c21c9..ce46b07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,12 +19,12 @@ jobs: fetch-depth: 0 - name: Set Node.js - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v6.3.0 with: registry-url: 'https://registry.npmjs.org' - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Setup Pantry uses: home-lang/pantry/packages/action@main diff --git a/bun.lock b/bun.lock index be2d078..fd8034c 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ "better-dx": "^0.2.7", "debug": "^4.4.3", "dynamodb-toolbox": "^2.8.0", - "tar": "^7.5.11", + "tar": "^7.5.13", "typescript": "^6.0.2", }, }, diff --git a/package.json b/package.json index ddcd6d0..4cbcf1b 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/tar": "^7.0.87", "debug": "^4.4.3", "dynamodb-toolbox": "^2.8.0", - "tar": "^7.5.11", + "tar": "^7.5.13", "typescript": "^6.0.2", "better-dx": "^0.2.7" },