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,10 +24,10 @@ 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 java
30- uses : actions/setup-java@v4
30+ uses : actions/setup-java@v5
3131 with :
3232 distribution : temurin
3333 java-version : 21
Original file line number Diff line number Diff line change 1212 permissions :
1313 contents : write
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : Generate docs
1818 uses : phpDocumentor/phpDocumentor@master
Original file line number Diff line number Diff line change 1414 test :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Set up FusionAuth
2020 working-directory : .github/fusionauth
2727
2828 - name : Cache Composer packages
2929 id : composer-cache
30- uses : actions/cache@v4
30+ uses : actions/cache@v5
3131 with :
3232 path : vendor
3333 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments