Skip to content

build(deps): bump actions/setup-python from 4 to 5 #179

build(deps): bump actions/setup-python from 4 to 5

build(deps): bump actions/setup-python from 4 to 5 #179

Workflow file for this run

name: History Update
on:
- push
- pull_request
jobs:
history-update:
runs-on: ubuntu-latest
if: ${{ !startsWith(github.ref, 'refs/tags') }}
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
# Get all of the git history. https://github.com/actions/checkout
with:
fetch-depth: 0
- name: Check for history.rst update
if: startsWith(github.ref, 'refs/tags') != true
run: ./tools/history-update.sh