Skip to content

Commit c9197a5

Browse files
committed
Update leap-catalog action to use default version 0.0.13
1 parent 65502b0 commit c9197a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- name: validate single
1919
uses: ./leap-catalog
2020
with:
21+
version: "0.0.12"
2122
single-feedstock: "https://raw.githubusercontent.com/leap-stc/LEAP_template_feedstock/main/feedstock/catalog.yaml"
2223

2324
- name: validate many
2425
uses: ./leap-catalog
2526
with:
26-
version: "0.0.12"
2727
validation-path: "https://raw.githubusercontent.com/leap-stc/data-management/main/catalog/input.yaml"
2828

2929
- name: Validate and Generate catalog

leap-catalog/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
version:
66
description: "Version of the package to install"
77
required: false
8-
default: "0.0.12"
8+
default: "0.0.13"
99
validation-path:
1010
description: "Path to the feedstocks input YAML file for validation"
1111
required: false

0 commit comments

Comments
 (0)