From 35718e76598b70b75271f52c5ee812467df7d845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 02:40:55 +0000 Subject: [PATCH] chore(deps): bump ncipollo/release-action from 1.11.1 to 1.16.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.11.1 to 1.16.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/4c75f0f2e4ae5f3c807cf0904605408e319dcaac...440c8c1cb0ed28b9f43e4d1d670870f059653174) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-prod-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-prod-staging.yml b/.github/workflows/update-prod-staging.yml index 8ef837679d..a3b921ab4e 100644 --- a/.github/workflows/update-prod-staging.yml +++ b/.github/workflows/update-prod-staging.yml @@ -52,7 +52,7 @@ jobs: echo "TAG=release-$(date '+%Y-%m-%d_%H-%M')" >> ${GITHUB_ENV} - name: Create GH release - uses: ncipollo/release-action@4c75f0f2e4ae5f3c807cf0904605408e319dcaac # v1.10.0 + uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.10.0 with: name: Production release artifacts: app.tar.gz