Skip to content

Commit

Permalink
ci: add update swc_core (#194)
Browse files Browse the repository at this point in the history
Добавляем экшон на автоматическое обновление swc_core до последней мажорной версии
  • Loading branch information
SevereCloud authored Feb 22, 2024
1 parent 0bcc647 commit 714f4a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cargo_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
contents: write
pull-requests: write
steps:
- name: Update swc_core
uses: VKCOM/gh-actions/shared/rust/cargo-update-toml@main
with:
packages: swc_core
- uses: VKCOM/gh-actions/shared/rust/cargo-update-pr@main
with:
token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }}

0 comments on commit 714f4a4

Please sign in to comment.