Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

chore(deps): update actions/checkout action to v6 #219

chore(deps): update actions/checkout action to v6

chore(deps): update actions/checkout action to v6 #219

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Build
run: cargo build --verbose