From 60e9ebef84af5c43bf891439f565a967fb867819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:33:29 +0000 Subject: [PATCH] Bump LanceMcCarthy/Action-AzureBlobUpload from 3.1.5 to 3.16.0 Bumps [LanceMcCarthy/Action-AzureBlobUpload](https://github.com/lancemccarthy/action-azureblobupload) from 3.1.5 to 3.16.0. - [Release notes](https://github.com/lancemccarthy/action-azureblobupload/releases) - [Commits](https://github.com/lancemccarthy/action-azureblobupload/compare/v3.1.5...v3.16.0) --- updated-dependencies: - dependency-name: LanceMcCarthy/Action-AzureBlobUpload dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main_antitwinklinkstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_antitwinklinkstack.yml b/.github/workflows/main_antitwinklinkstack.yml index f47a2292e..c28af05eb 100644 --- a/.github/workflows/main_antitwinklinkstack.yml +++ b/.github/workflows/main_antitwinklinkstack.yml @@ -50,7 +50,7 @@ jobs: # You may pin to the exact commit or the version. # uses: LanceMcCarthy/Action-AzureBlobUpload@36804997c22518c2f7d0a508d6ff5593d4b4722e - name: Uplodad NGINX configuration - uses: LanceMcCarthy/Action-AzureBlobUpload@v3.1.5 + uses: LanceMcCarthy/Action-AzureBlobUpload@v3.16.0 with: # Azure Storage ConnectionString for the container (Azure Portal - select Storage Account - Access Keys blade). connection_string: ${{ secrets.AZURE_BLOBS_CONNECTION_STRING }}