File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 pre-commit :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v2
28- - uses : actions/setup-python@v2
29- - uses : cloudposse/github-action-pre-commit@v2.1.2
27+ - uses : actions/checkout@v4
28+ - uses : actions/setup-python@v5
29+ - uses : cloudposse/github-action-pre-commit@v4.0.0
3030` ` `
3131
3232This does a few things:
@@ -44,7 +44,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
4444the files (use the template above except for the `pre-commit` action) :
4545
4646` ` ` yaml
47- - uses: cloudposse/github-action-pre-commit@v2.1.2
47+ - uses: cloudposse/github-action-pre-commit@v4.0.0
4848 with:
4949 extra_args: flake8 --all-files
5050` ` `
@@ -69,7 +69,7 @@ pushing
6969next is passing the token to the pre-commit action
7070
7171` ` ` yaml
72- - uses: cloudposse/github-action-pre-commit@v2.1.2
72+ - uses: cloudposse/github-action-pre-commit@v4.0.0
7373 with:
7474 token: ${{ secrets.GITHUB_TOKEN }}
7575 git_user_name: pre-commit
You can’t perform that action at this time.
0 commit comments