diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 2baddfe9a0..00d97be9bf 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -1,4 +1,4 @@ -name: Update libp2p's version where it serves as a dependency +name: Dependencies on: push: @@ -7,10 +7,10 @@ on: workflow_dispatch: jobs: - update_version: + bumper: # Pushes new refs to interested external repositories, so they can do early testing against libp2p's newer versions runs-on: ubuntu-latest - name: Update libp2p's version for ${{ matrix.target.repository }}:${{ matrix.target.ref }} + name: Bump libp2p's version for ${{ matrix.target.repository }}:${{ matrix.target.ref }} strategy: fail-fast: false matrix: