Skip to content

Bump com.google.code.gson:gson from 2.10 to 2.11.0 #310

Bump com.google.code.gson:gson from 2.10 to 2.11.0

Bump com.google.code.gson:gson from 2.10 to 2.11.0 #310

Workflow file for this run

---
name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request_target:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
steps:
- name: 🚀 Run Release Drafter
id: release_drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}