Skip to content

chore(deps): bump actions/checkout from 3.1.0 to 4.1.1 (#125) #7

chore(deps): bump actions/checkout from 3.1.0 to 4.1.1 (#125)

chore(deps): bump actions/checkout from 3.1.0 to 4.1.1 (#125) #7

Workflow file for this run

name: Track releases
on:
push:
branches:
- main
permissions:
contents: read
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Run release-please
uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13
with:
command: manifest
token: ${{ secrets.RELEASE_TOKEN }}