From 7111800f32a77726686ca8a1b94d088becaab05f Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Tue, 23 Jul 2024 18:19:49 +0200 Subject: [PATCH] wip --- .github/workflows/dependencies.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: