Skip to content

.github: bump actions/checkout from 3.5.2 to 4.1.0 #13

.github: bump actions/checkout from 3.5.2 to 4.1.0

.github: bump actions/checkout from 3.5.2 to 4.1.0 #13

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 2.3.5
- name: Run Tests in Docker
run: bin/run-tests-in-docker.sh