deps(example): bump ai from 3.2.40 to 3.2.43 in /examples/nextjs-14-openai in the dependencies group across 1 directory #1701
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request | |
on: | |
pull_request: | |
# Recommended by Graphite: https://graphite.dev/docs/github-configuration-guidelines#github-actions | |
types: [opened, synchronize, reopened] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
test: | |
name: Run tests | |
uses: ./.github/workflows/reusable-test.yml | |
examples: | |
name: Build examples | |
uses: ./.github/workflows/reusable-examples.yml |