Skip to content

Commit

Permalink
chore: update version of checkout action in workflow (aws-samples#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Feb 28, 2020
1 parent cb0abf2 commit 88b92e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 88b92e2

Please sign in to comment.