Skip to content

Commit

Permalink
chore(deps): bump flowfuse/github-actions-workflows
Browse files Browse the repository at this point in the history
Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.28.0 to 0.30.0.
- [Commits](FlowFuse/github-actions-workflows@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 694123a commit 63a38e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 63a38e5

Please sign in to comment.