diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 312bd89..fe8df62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Enhance GitHub Environment Variables run: echo "GITHUB_REF_NAME=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK 1.8 uses: actions/setup-java@v5 with: