Skip to content

chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 #518

chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0

chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 #518

Workflow file for this run

name: pre-commit
on: [push, pull_request, workflow_dispatch]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
- uses: terraform-linters/setup-tflint@v4
- uses: pre-commit/action@v3.0.1
with:
extra_args: "-a"