Skip to content

Commit

Permalink
ci: use molt-action to update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed May 17, 2024
1 parent 07c825f commit 1251be1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update
name: update

on:
schedule:
Expand All @@ -11,7 +11,7 @@ permissions:

jobs:
update:
name: Update
uses: hasundue/actions/.github/workflows/update-deno.yml@main
secrets:
GH_TOKEN: ${{ secrets.PAT_UPDATE }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hasundue/molt-action@v1-rc

0 comments on commit 1251be1

Please sign in to comment.