From 63a38e5948d1b33ff0c24c0adea4adbd42cf53f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:55:39 +0000 Subject: [PATCH] chore(deps): bump flowfuse/github-actions-workflows Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.28.0 to 0.30.0. - [Commits](https://github.com/flowfuse/github-actions-workflows/compare/v0.28.0...v0.30.0) --- updated-dependencies: - dependency-name: flowfuse/github-actions-workflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fileserver-container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fileserver-container.yml b/.github/workflows/fileserver-container.yml index 65ad549d..1771531f 100644 --- a/.github/workflows/fileserver-container.yml +++ b/.github/workflows/fileserver-container.yml @@ -119,7 +119,7 @@ jobs: if: false name: Deploy to staging environment needs: build - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.0 with: environment: stage service_name: 'file-server' @@ -137,7 +137,7 @@ jobs: if: false name: Deploy to production environment needs: [build, deploy-stage] - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.0 with: environment: production service_name: 'file-server'