diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 494ba2a..f1e4725 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -241,7 +241,7 @@ jobs: needs: build steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get short SHA id: get-sha run: echo "short_sha=${GITHUB_SHA:0:8}" >> $GITHUB_OUTPUT