Skip to content

Commit d804d47

Browse files
authored
Update deploy action (#95)
- Bump actions/checkout from v3 to v4
1 parent e826844 commit d804d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: production
1515
url: https://jbaker.dev
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: superfly/flyctl-actions/setup-flyctl@master
1919
- run: flyctl deploy --remote-only
2020
env:

0 commit comments

Comments
 (0)