diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 126ddc7c..292f17ca 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.35.5 + uses: shivammathur/setup-php@2.37.1 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.35.5 + uses: shivammathur/setup-php@2.37.1 with: php-version: '8.4' tools: composer diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fe7ce74..cdc41d1a 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/.github/workflows/release.yml b/.github/workflows/release.yml index a8bbceb0..d37b1e70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0