Skip to content

Commit e607476

Browse files
author
FusionAuth Automation
committed
Sync from monorepo 40ffa432b77d
1 parent b2e51a5 commit e607476

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Validates the yaml
22
name: validate_yaml
3-
on:
3+
on:
44
# Triggers the workflow on push or pull request events but only for the master branch
55
push:
66
branches: [ master ]
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v6
2121
# Use the action to generate a client package
2222
# This uses the default path for the openapi document and thus assumes there is an openapi.json in the current workspace.
2323
- name: Generate java client to validate yaml file

0 commit comments

Comments
 (0)