Skip to content

Bump actions/checkout from 4.2.1 to 4.2.2 (#1008) #83

Bump actions/checkout from 4.2.1 to 4.2.2 (#1008)

Bump actions/checkout from 4.2.1 to 4.2.2 (#1008) #83

Workflow file for this run

name: Merge to main workflows
# Run action on push in mater branch
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Create/Update release draft
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}