Skip to content

chore(deps): update actions/checkout digest to 34e1148 #206

chore(deps): update actions/checkout digest to 34e1148

chore(deps): update actions/checkout digest to 34e1148 #206

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- name: Build
run: cargo build --verbose