diff --git a/.github/workflows/build-beta.yml b/.github/workflows/build-beta.yml index a4a211c..ce3fdcb 100644 --- a/.github/workflows/build-beta.yml +++ b/.github/workflows/build-beta.yml @@ -17,7 +17,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -150,4 +150,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: OneDisc ${{ needs.get-version-number.outputs.VERSION }} for ${{ matrix.os }}-${{ matrix.arch }} - path: build/onedisc \ No newline at end of file + path: build/onedisc diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 4c59e52..cabd02c 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0