Skip to content

Bump actions/cache from 3.3.1 to 4.0.0 #671

Bump actions/cache from 3.3.1 to 4.0.0

Bump actions/cache from 3.3.1 to 4.0.0 #671

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/[email protected]
with:
config-name: release-drafter.yml
disable-autolabeler: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}