From a1c1456eb186962326374bdeb80b7b440e68c167 Mon Sep 17 00:00:00 2001 From: Michael Dombrowski Date: Thu, 4 Apr 2024 13:16:31 -0400 Subject: [PATCH] ci: upgrade github actions --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 76d4bd4..894bc0a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # required by wagoid/commitlint-github-action to validate range of commits instead of just the latest one - - uses: wagoid/commitlint-github-action@v4 + - uses: wagoid/commitlint-github-action@v6 if: matrix.os == 'ubuntu-latest' - name: Set up JDK 1.8 uses: actions/setup-java@v4