Skip to content

Bump helium-chromium submodule to latest version #38

Bump helium-chromium submodule to latest version

Bump helium-chromium submodule to latest version #38

Workflow file for this run

name: Bump helium-chromium submodule to latest version
on: workflow_dispatch
permissions:
contents: write
pull-requests: write
jobs:
bump:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with: { submodules: true, fetch-depth: 0 }
- name: Run bump-platform action from helium-chromium
uses: imputnet/helium-chromium/.github/actions/bump-platform@main
with:
token: ${{ secrets.GHPAT }}