We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430947a commit 9bf53d3Copy full SHA for 9bf53d3
.github/workflows/deploy.yml
@@ -146,10 +146,10 @@ jobs:
146
147
steps:
148
- name: ⬇️ Checkout repo
149
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
150
151
- name: 👀 Read app name
152
- uses: SebRollen/toml-action@v1.0.2
+ uses: SebRollen/toml-action@v1.2.0
153
id: app_name
154
with:
155
file: 'fly.toml'
@@ -162,7 +162,7 @@ jobs:
162
mv ./other/.dockerignore ./.dockerignore
163
164
- name: 🎈 Setup Fly
165
- uses: superfly/flyctl-actions/setup-flyctl@v1.4
+ uses: superfly/flyctl-actions/setup-flyctl@1.5
166
167
- name: 🚀 Deploy Staging
168
if: ${{ github.ref == 'refs/heads/dev' }}
0 commit comments