diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1be3574..ea54091 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get git hash run: | @@ -89,7 +89,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get git hash run: |