Skip to content

Commit

Permalink
Update GitHub Action to upgrade npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoizey committed Jan 30, 2024
1 parent b710b6b commit a38c285
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update dependencies
name: Upgrade dependencies

on:
schedule:
Expand All @@ -7,10 +7,10 @@ on:
workflow_dispatch:

concurrency:
group: update-dependencies
group: upgrade-dependencies
cancel-in-progress: true

jobs:
update-dependencies:
uses: nhoizey/automations/.github/workflows/update-dependencies.yml@main
upgrade-dependencies:
uses: nhoizey/upgrade-dependencies/.github/workflows/upgrade-dependencies.yml@main
secrets: inherit

0 comments on commit a38c285

Please sign in to comment.