We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1e739 commit 4f073bdCopy full SHA for 4f073bd
.github/workflows/validate-workflow-schema.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout Code
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
17
- name: Install Dependencies
18
run: npm install yaml-lint ajv axios js-yaml
@@ -30,7 +30,7 @@ jobs:
30
echo "$files"
31
32
- name: Run YAML validation
33
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
34
with:
35
script: |
36
const Ajv = require("ajv");
0 commit comments