mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2026-08-31 13:24:04 +02:00
gh-actions: bump actions/setup-python from 6.0.0 to 7.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](e797f83bcb...5fda3b95a4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
213d3c78c0
commit
63f20bdf20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pre-commit.yaml
vendored
2
.github/workflows/pre-commit.yaml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
# Skip tofu_tflint which interferes to commit pre-commit auto-fixes
|
||||
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Execute pre-commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue