Skip to content

ci: bump actions/cache from 5.0.5 to 6.0.0 #53

ci: bump actions/cache from 5.0.5 to 6.0.0

ci: bump actions/cache from 5.0.5 to 6.0.0 #53

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- run: sudo apt-get install -y libdbus-1-dev
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
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