From 66dbec726e891af58e772c35db69836f0361e204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:42:49 +0000 Subject: [PATCH] build(deps): Bump crazy-max/ghaction-github-runtime from 2 to 3 (#1904) --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 342ec8f09..6ba518a7d 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -66,7 +66,7 @@ jobs: targets: interop_binaries_small load: true - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@v2 + uses: crazy-max/ghaction-github-runtime@v3 - name: Build minimal janus_messages run: cargo build --profile ci --package janus_messages --no-default-features - name: Build janus_core