Skip to content

Commit

Permalink
Update github checkout action (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke authored Jan 11, 2022
1 parent fec3e9b commit 3f0eba7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/kitchen-sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# appears that checkout@v2 uses javascript which is not compatible
# with the included node version in the container image.
- name: Checkout Code
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 3f0eba7

Please sign in to comment.