Skip to content

Commit d9f1283

Browse files
authored
Update README.md
1 parent 90efc66 commit d9f1283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- name: Run conformance tests
1414
id: run-conformance
15-
uses: common-workflow-lab/run-conformance-tests@v1.0.1
15+
uses: common-workflow-lab/run-conformance-tests@v1
1616
with:
1717
cwlVersion: v1.0
1818
runner: your-runner
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Save badges
2323
if: success() && github.event_name == 'push' # upload badges when this action is invoked by `push` event
24-
uses: common-workflow-lab/upload-conformance-badges@v1.0.0
24+
uses: common-workflow-lab/upload-conformance-badges@v1
2525
with:
2626
cwlVersion: v1.0
2727
runner-name: your-runner

0 commit comments

Comments
 (0)