diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09833dd3..1ceeea8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: image: erlang:${{ matrix.otp_version }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Compile run: ./bootstrap - name: CT tests