Skip to content

ci: Bump the gh-actions group with 8 updates (#338) #16

ci: Bump the gh-actions group with 8 updates (#338)

ci: Bump the gh-actions group with 8 updates (#338) #16

Workflow file for this run

name: Chore
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
draft-release:
name: Draft Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: Update release draft
uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
with:
token: ${{ github.token }}