From 0a0a8fb761c7375b0057ddc14c4dae0677d6534d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 07:24:44 +0000 Subject: [PATCH] Bump knicknic/os-specific-run from 1.0.3 to 1.0.4 Dependabot couldn't find the original pull request head commit, ac00e959ee94e44b75e89c4d65e5cf829a4fbdcd. --- .github/workflows/ci-pre-land.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pre-land.yml b/.github/workflows/ci-pre-land.yml index 05fc981be1..6844a7c1cf 100644 --- a/.github/workflows/ci-pre-land.yml +++ b/.github/workflows/ci-pre-land.yml @@ -219,7 +219,7 @@ jobs: - name: Install rust toolchain uses: actions-rs/toolchain@v1 - name: Install lld - uses: knicknic/os-specific-run@v1.0.3 + uses: knicknic/os-specific-run@v1.0.4 with: linux: sudo apt-get -y install lld - name: Use Node.js 14