Skip to content

Commit

Permalink
Merge pull request #275 from jimbobbennett/main
Browse files Browse the repository at this point in the history
Upping the checkout action in the swagger validation to remove a warning
  • Loading branch information
hdamker authored Apr 8, 2024
2 parents 3dddf0b + 6962e8a commit a5b1393
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swagger-editor-validator.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
name: Swagger Editor validation

on: # yamllint disable-line rule:truthy
pull_request:
branches:
Expand All @@ -10,7 +12,7 @@ jobs:
name: Swagger Editor Validator Remote

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Validate OpenAPI definition
uses: char0n/[email protected]
with:
Expand Down

0 comments on commit a5b1393

Please sign in to comment.