File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy
44on :
55 workflow_dispatch :
66 inputs :
7- command : # be careful when editing these, fusionauth-app expects certain commands
7+ command : # be careful when editing these, fusionauth-app expects certain commands
88 type : choice
99 options :
1010 - build # build only
@@ -24,15 +24,15 @@ jobs:
2424 shell : /usr/bin/bash -l -e -o pipefail {0}
2525 steps :
2626 - name : checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828
2929 - name : setup python
3030 uses : actions/setup-python@v5
3131 with :
3232 python-version : 3.12.6
3333
3434 - name : setup java
35- uses : actions/setup-java@v4
35+ uses : actions/setup-java@v5
3636 with :
3737 distribution : temurin
3838 java-version : 21
Original file line number Diff line number Diff line change 2727 FUSIONAUTH_URL : http://localhost:9011
2828 FUSIONAUTH_API_KEY : bf69486b-4733-4470-a592-f1bfce7af580
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v6
3131
3232 - uses : actions/setup-python@v5
3333 with :
You can’t perform that action at this time.
0 commit comments