diff --git a/.github/workflows/build-nightly-images.yml b/.github/workflows/build-nightly-images.yml index 25048f9..78e0978 100644 --- a/.github/workflows/build-nightly-images.yml +++ b/.github/workflows/build-nightly-images.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v4 with: clean: false diff --git a/.github/workflows/index.yml b/.github/workflows/index.yml index 970b72a..ac94085 100644 --- a/.github/workflows/index.yml +++ b/.github/workflows/index.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 repository: armbian/community