Skip to content

Bump setuptools from 67.6.0 to 70.0.0 in /docs (#128) #24

Bump setuptools from 67.6.0 to 70.0.0 in /docs (#128)

Bump setuptools from 67.6.0 to 70.0.0 in /docs (#128) #24

Workflow file for this run

# .github/workflows/mirror.yml
name: Mirror
on:
push:
branches:
- 'master'
jobs:
mirror_job:
name: Mirror master branch to latest minor branches
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dest_branch:
- '3.0.x'
- '3.x'
steps:
- name: Mirror action step
id: mirror
uses: eProsima/eProsima-CI/external/mirror-branch-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'master'
dest: ${{ matrix.dest_branch }}