Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

chore(deps): update dependency python/cpython to v3.11.4 #34

chore(deps): update dependency python/cpython to v3.11.4

chore(deps): update dependency python/cpython to v3.11.4 #34

Workflow file for this run

name: pre-commit
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Set up python
id: setup-python
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
with:
python-version: 3.11.4
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
with:
# renovate: go-version
go-version: 1.20.5
- name: Install helm-docs
# renovate: datasource=github-releases depName=norwoodj/helm-docs
run: go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.11.0
- name: Cache pre-commit dependencies
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ steps.setup-python.outputs.python-version }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Run pre-commit
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0