Skip to content

Commit c5505b8

Browse files
committed
Fix: Use major.minor.patch version
1 parent 20174ab commit c5505b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrate.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: "Checkout"
19-
uses: "actions/checkout@v3"
19+
uses: "actions/checkout@v3.0.0"
2020

2121
- name: "Lint YAML files"
22-
uses: "ibiqlik/action-yamllint@v3"
22+
uses: "ibiqlik/action-yamllint@v3.1.0"
2323
with:
2424
config_file: ".yamllint.yaml"
2525
file_or_dir: "."

0 commit comments

Comments
 (0)