Skip to content

Commit 852b3b0

Browse files
authored
Pin oasdiff installation to version 1.11.7
1 parent 9384d87 commit 852b3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openapi-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version-file: go.mod
3030

3131
- name: Install oasdiff
32-
run: go install github.com/oasdiff/oasdiff@latest
32+
run: go install github.com/oasdiff/oasdiff@v1.11.7
3333

3434
- name: Add Go bin to PATH
3535
run: echo "${HOME}/go/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)