Skip to content

Create SECURITY.md 1.0.35 1.0.36 1.0.37 1.0.38 #30

Create SECURITY.md 1.0.35 1.0.36 1.0.37 1.0.38

Create SECURITY.md 1.0.35 1.0.36 1.0.37 1.0.38 #30

Workflow file for this run

name: bump
on: [push]
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: tool3/bump@master
id: bump
with:
github_token: ${{ secrets.GP_TOKEN }}
- name: checkout output
run: echo "${{ steps.bump.outputs.version }}"