Skip to content

build(deps): Bump actions/checkout from 4.1.3 to 4.2.0 #293

build(deps): Bump actions/checkout from 4.1.3 to 4.2.0

build(deps): Bump actions/checkout from 4.1.3 to 4.2.0 #293

Workflow file for this run

name: CI Build and Test
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: build and test
run: make docker_tests