From 772017fa64cf89880400b8b09019ecc5064682c2 Mon Sep 17 00:00:00 2001 From: Michael Dombrowski Date: Thu, 4 Apr 2024 13:25:06 -0400 Subject: [PATCH] ci: upgrade github actions (#42) --- .github/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 1ecdf3b..698a832 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -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