Skip to content

Bump actions/checkout from 4.1.4 to 4.1.6 #53

Bump actions/checkout from 4.1.4 to 4.1.6

Bump actions/checkout from 4.1.4 to 4.1.6 #53

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: bazelbuild/[email protected]
- name: Mount bazel cache
uses: actions/[email protected]
with:
path: "~/.cache/bazel"
key: bazel
- run: bazel build ...