Skip to content

Bump actions/checkout from 4.2.0 to 4.2.2 (#1331) #338

Bump actions/checkout from 4.2.0 to 4.2.2 (#1331)

Bump actions/checkout from 4.2.0 to 4.2.2 (#1331) #338

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
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
with:
sdk: dev
- name: Run Presubmits
run: tool/presubmit