Bump the github-actions group across 1 directory with 6 updates (#3970)

This commit is contained in:
dependabot[bot]
2025-09-16 14:19:24 +00:00
committed by GitHub
parent a84ac94701
commit 983e7d973b
17 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -35,11 +35,11 @@ jobs:
revNum: ${{ steps.versions.outputs.revNum }}
type: ${{ steps.versions.outputs.type}}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
distribution: ${{ env.JAVA_DIST }}
java-version: ${{ env.JAVA_VERSION }}