--- trunk/.github/workflows/extensions.yml 2024/07/29 17:59:26 575 +++ trunk/.github/workflows/extensions.yml 2024/08/29 12:36:37 616 @@ -4,7 +4,7 @@ push: branches: [main] schedule: - - cron: "*/240 * * * *" + - cron: "0 0 * * *" jobs: build: @@ -12,12 +12,12 @@ if: github.event_name != 'push' || ( startsWith(github.event.head_commit.message, 'chore(extensions') || startsWith(github.event.head_commit.message, 'build(extensions') ) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: "true" - name: Use Node.js 21.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 21.x