Skip to content

Commit

Permalink
fix: bump linting action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 12, 2024
1 parent 05f130e commit e030567
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: set PY
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
- uses: actions/cache@v3
with:
path: ~/.cache
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
# lockdown all 3rd party repos to git shas
#- uses: cloudposse/github-action-pre-commit@32acf3179b9eda817c0f549e8057477d320827db
# migrate to standard pre-commit
- uses: pre-commit/action@5f528da5c95691c4cf42ff76a4d10854b62cbb82
- uses: pre-commit/action@576ff52938d158a24ac7e009dfa94b1455e7df99

0 comments on commit e030567

Please sign in to comment.