Skip to content

Commit 01fbae2

Browse files
committed
Unpin validator-action
1 parent 64ee79e commit 01fbae2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ jobs:
9494
sleep 15
9595
9696
- name: Test server, including OPTIONAL base URLs
97-
# Pin validator action until merge of Materials-Consortia/optimade-validator-action#175
98-
uses: Materials-Consortia/optimade-validator-action@dc4a7b6a83da42e5341a1a401e36d83375550fb7
97+
uses: Materials-Consortia/optimade-validator-action@v2
9998
with:
10099
port: 3213
101100
path: /
@@ -109,8 +108,7 @@ jobs:
109108
sleep 15
110109
111110
- name: Test index server, including OPTIONAL base URLs
112-
# Pin validator action until merge of Materials-Consortia/optimade-validator-action#175
113-
uses: Materials-Consortia/optimade-validator-action@dc4a7b6a83da42e5341a1a401e36d83375550fb7
111+
uses: Materials-Consortia/optimade-validator-action@v2
114112
with:
115113
port: 3214
116114
path: /

0 commit comments

Comments
 (0)