Skip to content

chore(deps): update actions/deploy-pages action to v2.0.2 #41

chore(deps): update actions/deploy-pages action to v2.0.2

chore(deps): update actions/deploy-pages action to v2.0.2 #41

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
with:
path: ~/.cache/pre-commit
key: ${{ hashFiles('.pre-commit-config.yaml') }}
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0