Skip to content

Commit

Permalink
Bump superfly/flyctl-actions from 1.4 to 1.5
Browse files Browse the repository at this point in the history
Bumps [superfly/flyctl-actions](https://github.com/superfly/flyctl-actions) from 1.4 to 1.5.
- [Release notes](https://github.com/superfly/flyctl-actions/releases)
- [Commits](superfly/flyctl-actions@1.4...1.5)

---
updated-dependencies:
- dependency-name: superfly/flyctl-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 89f4efc commit 1e37a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/guestbook_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Deploy Production
if: ${{ github.ref == 'refs/heads/main' }}
uses: superfly/flyctl-actions@1.4
uses: superfly/flyctl-actions@1.5
with:
args: "deploy --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}-${{ github.sha }}"
env:
Expand Down

0 comments on commit 1e37a76

Please sign in to comment.