Skip to content

Commit 9bf53d3

Browse files
authored
Update fly deploy workflow (#637)
1 parent 430947a commit 9bf53d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ jobs:
146146

147147
steps:
148148
- name: ⬇️ Checkout repo
149-
uses: actions/checkout@v3
149+
uses: actions/checkout@v4
150150

151151
- name: 👀 Read app name
152-
uses: SebRollen/toml-action@v1.0.2
152+
uses: SebRollen/toml-action@v1.2.0
153153
id: app_name
154154
with:
155155
file: 'fly.toml'
@@ -162,7 +162,7 @@ jobs:
162162
mv ./other/.dockerignore ./.dockerignore
163163
164164
- name: 🎈 Setup Fly
165-
uses: superfly/flyctl-actions/setup-flyctl@v1.4
165+
uses: superfly/flyctl-actions/setup-flyctl@1.5
166166

167167
- name: 🚀 Deploy Staging
168168
if: ${{ github.ref == 'refs/heads/dev' }}

0 commit comments

Comments
 (0)