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 4ce121c commit 827b407Copy full SHA for 827b407
1 file changed
.github/workflows/deploy.yaml
@@ -10,7 +10,7 @@ on:
10
- main
11
workflow_dispatch:
12
inputs:
13
- command: # be careful when editing these, fusionauth-app expects certain commands
+ command: # be careful when editing these, fusionauth-app expects certain commands
14
type: choice
15
options:
16
- build # build only
@@ -30,17 +30,17 @@ jobs:
30
shell: /usr/bin/bash -l -e -o pipefail {0}
31
steps:
32
- name: checkout
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
34
35
- name: setup java
36
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
37
with:
38
distribution: temurin
39
java-version: 8
40
java-package: jdk
41
42
43
44
45
46
java-version: 21
0 commit comments