diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb826c3..cb8e379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v6 - name: markdownlint-cli2-action - uses: DavidAnson/markdownlint-cli2-action@v22 + uses: DavidAnson/markdownlint-cli2-action@v23 # Executes Unit Tests ci-unit-tests: