Skip to content

ci: bump actions/attest-build-provenance from 3.0.0 to 4.1.0 #29

ci: bump actions/attest-build-provenance from 3.0.0 to 4.1.0

ci: bump actions/attest-build-provenance from 3.0.0 to 4.1.0 #29

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- run: sudo apt-get install -y libdbus-1-dev
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ github.ref == 'refs/heads/master' && 'master' || 'pr' }}-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ github.ref == 'refs/heads/master' && 'master' || 'pr' }}-${{ runner.os }}-cargo-
- run: cargo test