Skip to content

chore(deps): update dependency turbo to v2.9.6 #466

chore(deps): update dependency turbo to v2.9.6

chore(deps): update dependency turbo to v2.9.6 #466

Workflow file for this run

name: audit
on:
push:
branches:
- master
- next
paths:
- ".github/workflows/audit.yml"
- "bun.lock"
- "package.json"
pull_request:
merge_group:
workflow_dispatch:
schedule:
- cron: "28 6 * * 4"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions: {}
jobs:
audit:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2
with:
bun-version: latest
- run: bun audit