Skip to content

Commit 876c9a3

Browse files
author
FusionAuth Automation
committed
Sync from monorepo 40ffa432b77d
1 parent 4b56968 commit 876c9a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
workflow_dispatch:
1010
inputs:
11-
command: # be careful when editing these, fusionauth-app expects certain commands
11+
command: # be careful when editing these, fusionauth-app expects certain commands
1212
type: choice
1313
options:
1414
- test # build & test only
@@ -27,10 +27,10 @@ jobs:
2727
shell: /usr/bin/bash -l -e -o pipefail {0}
2828
steps:
2929
- name: checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131

3232
- name: setup java
33-
uses: actions/setup-java@v4
33+
uses: actions/setup-java@v5
3434
with:
3535
distribution: temurin
3636
java-version: 21

0 commit comments

Comments
 (0)