Skip to content

Commit ade80bb

Browse files
authored
pin oras version to 1.0.0
the action is currently broken, because oras accumulated a few breaking changes.
2 parents ebdfa60 + 8ef8102 commit ade80bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ runs:
1818
using: composite
1919
steps:
2020
- uses: oras-project/setup-oras@v1
21+
with:
22+
version: 1.0.0
23+
- run: oras version
24+
shell: bash
2125
- id: main
2226
run: '"$GITHUB_ACTION_PATH/mainw"'
2327
shell: bash

0 commit comments

Comments
 (0)