Skip to content

Bump actions/checkout from 3.5.2 to 3.6.0 #409

Bump actions/checkout from 3.5.2 to 3.6.0

Bump actions/checkout from 3.5.2 to 3.6.0 #409

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: "Draft Release"
uses: release-drafter/release-drafter@v5.23.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}