Bump the github-actions group with 2 updates (#3235)

This commit is contained in:
dependabot[bot]
2023-12-05 08:39:49 +00:00
committed by GitHub
parent c7839e2c46
commit a07dea7ca8
10 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: ${{ env.JAVA_DIST }}
java-version: ${{ env.JAVA_VERSION }}