Skip to content

Commit

Permalink
pin oras version to 1.0.0
Browse files Browse the repository at this point in the history
the action is currently broken, because oras accumulated a few breaking changes.
  • Loading branch information
njelich authored Jan 27, 2024
2 parents ebdfa60 + 8ef8102 commit ade80bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ runs:
using: composite
steps:
- uses: oras-project/setup-oras@v1
with:
version: 1.0.0
- run: oras version
shell: bash
- id: main
run: '"$GITHUB_ACTION_PATH/mainw"'
shell: bash
Expand Down

0 comments on commit ade80bb

Please sign in to comment.