diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b66f568..b4b417f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,10 +48,9 @@ # Compiler to test with - name: Prepare compiler - uses: mihails-strasuns/setup-dlang@v0.5.0 + uses: mihails-strasuns/setup-dlang@v1 with: compiler: ${{ matrix.dc }} - gh_token: ${{ secrets.GITHUB_TOKEN }} # Checkout the repository - name: Checkout