We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b56968 commit 876c9a3Copy full SHA for 876c9a3
1 file changed
.github/workflows/deploy.yaml
@@ -8,7 +8,7 @@ on:
8
pull_request:
9
workflow_dispatch:
10
inputs:
11
- command: # be careful when editing these, fusionauth-app expects certain commands
+ command: # be careful when editing these, fusionauth-app expects certain commands
12
type: choice
13
options:
14
- test # build & test only
@@ -27,10 +27,10 @@ jobs:
27
shell: /usr/bin/bash -l -e -o pipefail {0}
28
steps:
29
- name: checkout
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
31
32
- name: setup java
33
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
34
with:
35
distribution: temurin
36
java-version: 21
0 commit comments