From de2b2c8a75eaee80ce08555b1c78598bb5953015 Mon Sep 17 00:00:00 2001 From: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:34:39 +0200 Subject: [PATCH] Update containerlab to 0.56.0 --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 1b23f7d0..1d3dd7a8 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -34,7 +34,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # we can remove desired version again after this fix was released: https://github.com/srl-labs/containerlab/pull/2000 - DESIRED_VERSION: v0.52.0 + DESIRED_VERSION: v0.56.0 - name: Checkout uses: actions/checkout@v4