From 88b92e201e4cf1edc7fe71d0cf3856a5096d51be Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Fri, 28 Feb 2020 12:16:06 -0800 Subject: [PATCH] chore: update version of checkout action in workflow (#247) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ecd053a9..62ce10ef9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Runs docker build with JSII superchain run: docker run --rm --net=host -t -v $PWD:$PWD -w $PWD jsii/superchain /bin/bash -c "scripts/build.sh"