Skip to content

Bump actions/checkout from 3.6.0 to 4.1.0 #180

Bump actions/checkout from 3.6.0 to 4.1.0

Bump actions/checkout from 3.6.0 to 4.1.0 #180

Workflow file for this run

name: Build
on:
schedule:
# “At 00:00 (UTC) on Sunday.”
- cron: '0 0 * * 0'
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
sdk: [2.12.0, dev]
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
- name: Run Presubmits
run: tool/presubmit