diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19670db..7228d1c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ - name: Install latest DMD uses: dlang-community/setup-dlang@v1 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run tests run: | # check for trailing whitespace @@ -133,4 +133,4 @@ shell: bash - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4