Skip to content

Update

Update #11

Workflow file for this run

name: Update Deno dependencies
on:
schedule:
- cron: '0 23 * * *'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update:
name: Update
uses: hasundue/actions/.github/workflows/update-deno.yml@main
secrets: inherit