diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 7e553ef..5f4ad49 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -119,18 +119,18 @@ jobs: if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 # Fetch full history for rebasing persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.2.0 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.37.1 with: php-version: '8.4' tools: composer @@ -156,14 +156,14 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.2.0 - name: Install dependencies run: bun install @@ -237,18 +237,18 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.2.0 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.37.1 with: php-version: '8.4' tools: composer @@ -346,12 +346,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.2.0 - name: Install dependencies run: bun install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e511029..e4daf14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -35,7 +35,7 @@ jobs: BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - name: Create GitHub Release - uses: stacksjs/action-releaser@v1.2.6 + uses: stacksjs/action-releaser@v1.2.9 with: files: | bin/open-api-linux-x64