Skip to content

Commit 827b407

Browse files
author
FusionAuth Automation
committed
Sync from monorepo 40ffa432b77d
1 parent 4ce121c commit 827b407

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111
workflow_dispatch:
1212
inputs:
13-
command: # be careful when editing these, fusionauth-app expects certain commands
13+
command: # be careful when editing these, fusionauth-app expects certain commands
1414
type: choice
1515
options:
1616
- build # build only
@@ -30,17 +30,17 @@ jobs:
3030
shell: /usr/bin/bash -l -e -o pipefail {0}
3131
steps:
3232
- name: checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
- name: setup java
36-
uses: actions/setup-java@v4
36+
uses: actions/setup-java@v5
3737
with:
3838
distribution: temurin
3939
java-version: 8
4040
java-package: jdk
4141

4242
- name: setup java
43-
uses: actions/setup-java@v4
43+
uses: actions/setup-java@v5
4444
with:
4545
distribution: temurin
4646
java-version: 21

0 commit comments

Comments
 (0)