Skip to content

Bump actions/checkout from 4.0.0 to 4.1.0 #1490

Bump actions/checkout from 4.0.0 to 4.1.0

Bump actions/checkout from 4.0.0 to 4.1.0 #1490

Workflow file for this run

name: "[Workflow] PR Build"
on:
pull_request:
branches:
- main
jobs:
test_build:
name: Test and Build
uses: ./.github/workflows/test_job.yml
publish_unit_tests:
name: Publish Unit Tests
needs: ['test_build']
uses: ./.github/workflows/publish_unit_tests.yml