Skip to content

Bump docker/setup-qemu-action from 3.0.0 to 3.2.0 #380

Bump docker/setup-qemu-action from 3.0.0 to 3.2.0

Bump docker/setup-qemu-action from 3.0.0 to 3.2.0 #380

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
pull_request:
types:
- labeled
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
# Bump version on merging Pull Requests with specific labels.
# (bump:major,bump:minor,bump:patch)
- uses: haya14busa/action-bumpr@v1
with:
github_token: ${{ secrets.BUMPR_TOKEN }}