Skip to content

Bump actions/cache from 3.3.1 to 4.0.0 #840

Bump actions/cache from 3.3.1 to 4.0.0

Bump actions/cache from 3.3.1 to 4.0.0 #840

name: Release Management
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_draft_release:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5.23.0
with:
config-name: release-drafter.yml
disable-autolabeler: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}