From 0e823d92f2cf5288efd589851ec46cc2425d795f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 21:51:14 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.12.0 to 1.13.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.12.0...v1.13.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-cache-for-master-deprecated.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-cache-for-master-deprecated.yml b/.github/workflows/build-cache-for-master-deprecated.yml index fcf1016..a8a8d2e 100644 --- a/.github/workflows/build-cache-for-master-deprecated.yml +++ b/.github/workflows/build-cache-for-master-deprecated.yml @@ -65,7 +65,7 @@ jobs: path: cache - name: Update release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: tag: "${{ env.ROOTFSCACHE_VERSION }}" name: "Build in progress" @@ -399,7 +399,7 @@ jobs: sudo df - name: Upload - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 if: ${{ github.repository_owner == 'Armbian' }} with: tag: "${{ env.ROOTFSCACHE_VERSION }}"