From 755d4834e67bdc312f3be843a959dcf3ca603553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:44:42 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.11.2 to 1.12.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.11.2 to 1.12.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.11.2...v1.12.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4aa2f0..ce82ba0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: path: cache - name: Update release - uses: ncipollo/release-action@v1.11.2 + uses: ncipollo/release-action@v1.12.0 with: tag: "${{ env.ROOTFSCACHE_VERSION }}" name: "Build in progress" @@ -399,7 +399,7 @@ jobs: sudo df - name: Upload - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.12.0 if: ${{ github.repository_owner == 'Armbian' }} with: tag: "${{ env.ROOTFSCACHE_VERSION }}"