Skip to content

Commit 42bed21

Browse files
author
FusionAuth Automation
committed
Sync from monorepo 40ffa432b77d
1 parent 5ed010e commit 42bed21

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy
44
on:
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,15 +24,15 @@ 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 python
3030
uses: actions/setup-python@v5
3131
with:
3232
python-version: 3.12.6
3333

3434
- name: setup java
35-
uses: actions/setup-java@v4
35+
uses: actions/setup-java@v5
3636
with:
3737
distribution: temurin
3838
java-version: 21

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
FUSIONAUTH_URL: http://localhost:9011
2828
FUSIONAUTH_API_KEY: bf69486b-4733-4470-a592-f1bfce7af580
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131

3232
- uses: actions/setup-python@v5
3333
with:

0 commit comments

Comments
 (0)