From 17ea2b5491d3c196e565a10d2eee7b627d4cb362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:59:31 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#20) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-nightly-images.yml | 2 +- .github/workflows/index.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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