Skip to content

chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 in the github-actions group #963

chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 in the github-actions group

chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 in the github-actions group #963

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}