Skip to content

Bump all outdated actions #203

Bump all outdated actions

Bump all outdated actions #203

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
main:
name: Sanity checks before a PR merge
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0 # we want all refs for the --is-ancestor check
- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: '3.10'
cache: pip
- name: Ensure changes build
run: |
python -m pip install -r requirements.txt
mkdir build && cd build
make -f ../Makefile spec
- name: Check date and version
run: python check_release.py