Skip to content

build(deps): bump actions/attest-build-provenance from 3.2.0 to 4.2.2 #299

build(deps): bump actions/attest-build-provenance from 3.2.0 to 4.2.2

build(deps): bump actions/attest-build-provenance from 3.2.0 to 4.2.2 #299

Workflow file for this run

name: autofix.ci
on:
push:
pull_request:
jobs:
autofix:
name: Auto Fix
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Cargo Format
uses: yonasBSD/toolkit@e3156a095eb4a759778ad8ef10dfd58dd00993e6 # v1.0.0
with:
run: |
cargo format
- name: Autofix
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
with:
commit-message: "fix(ci): [autofix.ci] apply automated fixes"