diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6ae1edd..23b8174 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get git hash run: | @@ -89,7 +89,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get git hash run: |