diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5be2cb8..e1c1d27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: Build on: push: @@ -31,7 +31,7 @@ jobs: - name: Support longpaths run: git config --global core.longpaths true - name: "Checkout" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: lfs: true fetch-depth: 0