Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 in the minor group #113

Bump actions/checkout from 4.1.4 to 4.1.5 in the minor group

Bump actions/checkout from 4.1.4 to 4.1.5 in the minor group #113

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/[email protected]
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Create .env file
run: touch .devcontainer/opa.env
- name: Build dev container
uses: devcontainers/[email protected]