Skip to content

Update actions/checkout action to v4 #17

Update actions/checkout action to v4

Update actions/checkout action to v4 #17

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
tests:
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-20.04]
steps:
- name: Checkout
uses: actions/checkout@v4