diff --git a/.github/workflows/update-actions.yaml b/.github/workflows/update-actions.yaml index c6a2d3640f..43ad7ecb35 100644 --- a/.github/workflows/update-actions.yaml +++ b/.github/workflows/update-actions.yaml @@ -2,7 +2,7 @@ name: Update Actions version on: workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" jobs: dump-contexts-to-log: runs-on: ubuntu-latest