Skip to content

Commit 0c6f466

Browse files
author
FusionAuth Automation
committed
Sync from monorepo 40ffa432b77d
1 parent 31144cf commit 0c6f466

3 files changed

Lines changed: 6 additions & 6 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,10 +24,10 @@ 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 java
30-
uses: actions/setup-java@v4
30+
uses: actions/setup-java@v5
3131
with:
3232
distribution: temurin
3333
java-version: 21

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- name: Generate docs
1818
uses: phpDocumentor/phpDocumentor@master

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
- name: Set up FusionAuth
2020
working-directory: .github/fusionauth
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Cache Composer packages
2929
id: composer-cache
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: vendor
3333
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)