Update Rust crate libc to 0.2.148 #67
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update lockfiles | |
on: | |
push: | |
branches: ["renovate/*"] | |
pull_request: | |
branches: ["renovate/*"] | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Set CARGO_TARGET_DIR | |
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV | |
- name: Check out repository | |
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | |
- uses: extractions/setup-just@v1 | |
- name: Update lock files | |
run: just update-lockfiles --commit |