Skip to content

Bump the patch group in /bundler with 3 updates #1127

Bump the patch group in /bundler with 3 updates

Bump the patch group in /bundler with 3 updates #1127

Workflow file for this run

name: Dev Container CI
on:
push:
pull_request:
jobs:
build:
# pull requests are a duplicate of a branch push if within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
- name: Build dev container
uses: devcontainers/ci@v0.3.1900000349