Skip to content

Bump sphinx from 6.1.3 to 7.3.6 #348

Bump sphinx from 6.1.3 to 7.3.6

Bump sphinx from 6.1.3 to 7.3.6 #348

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
pull_request:
types:
- labeled
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
# Bump version on merging Pull Requests with specific labels.
# (bump:major,bump:minor,bump:patch)
- uses: haya14busa/action-bumpr@v1
with:
github_token: ${{ secrets.BUMPR_TOKEN }}