Skip to content

Commit 4f073bd

Browse files
author
asyncapi-bot
committed
ci: update of files from global .github repo
1 parent ba1e739 commit 4f073bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-workflow-schema.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Install Dependencies
1818
run: npm install yaml-lint ajv axios js-yaml
@@ -30,7 +30,7 @@ jobs:
3030
echo "$files"
3131
3232
- name: Run YAML validation
33-
uses: actions/github-script@v6
33+
uses: actions/github-script@v7
3434
with:
3535
script: |
3636
const Ajv = require("ajv");

0 commit comments

Comments
 (0)