From 973a7b007c68a479d112a28b10cd0a5301c553b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:42:47 +0000 Subject: [PATCH] build(deps): Bump crazy-max/ghaction-github-runtime from 2 to 3 (#1902) --- .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 ea7e102f4..19cae71d8 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