Skip to content

chore(deps): bump actions/download-artifact from 6.0.0 to 8.0.1 #186

chore(deps): bump actions/download-artifact from 6.0.0 to 8.0.1

chore(deps): bump actions/download-artifact from 6.0.0 to 8.0.1 #186

Workflow file for this run

name: Lint Commits
on: [pull_request]
permissions:
contents: read
env:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
CLICOLOR: 1
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
committed:
name: Lint Commits
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false
- name: Lint Commits
uses: crate-ci/committed@faeed42f2e10c244533a01525f13c4d8b6ce383f # v1.1.11