Skip to content

Commit

Permalink
Merge pull request #58 from ricochet/deps
Browse files Browse the repository at this point in the history
ci: update deps.toml
  • Loading branch information
yoshuawuyts authored Feb 6, 2025
2 parents f02b65e + 61a25d3 commit 1355dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
# upgrade
- name: Upgrade tag
run: find . -type f -name "*.wit" -exec sed -i "s/${{ inputs.prev_version }}/${{ inputs.next_version }}/g" {} +
- name: Upgrade tag
run: find . -type f -name "deps.toml" -exec sed -i "s/${{ inputs.prev_version }}/${{ inputs.next_version }}/g" {} +
- name: Upgrade wit deps
run: wit-deps update
- name: Generate markdown
Expand Down

0 comments on commit 1355dd7

Please sign in to comment.