Skip to content

Commit 29bc88f

Browse files
committed
Update checkout version
1 parent ac4950a commit 29bc88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Deploy app
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: superfly/flyctl-actions/setup-flyctl@master
1515
- name: Deploy to Fly.io
1616
run: flyctl deploy --build-arg HYPERFIDDLE_ELECTRIC_APP_VERSION=$(git describe --tags --long --always --dirty) --remote-only

0 commit comments

Comments
 (0)