Skip to content

build(deps): bump actions/checkout from 5 to 6 #397

build(deps): bump actions/checkout from 5 to 6

build(deps): bump actions/checkout from 5 to 6 #397

Workflow file for this run

name: Update Draft Release
on: push
jobs:
draft-release:
name: Update Draft Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: Publish the release notes
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}