Skip to content

Bump actions/checkout from 2 to 4 #283

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #283

Workflow file for this run

---
name: CICD-base
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
CICD-base:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
# Checkout codebase
- name: Checkout
uses: actions/checkout@v4
# Run CICD-base
- name: CICD-base
uses: docker://ghcr.io/uclahs-cds/cicd-base:dev
env:
VALIDATE_DOCKERFILE: false