mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2026-07-12 17:34:30 +02:00
gh-actions: bump actions/setup-python from 6.0.0 to 6.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](e797f83bcb...ece7cb06ca)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
80fc83806e
commit
8c3256d280
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@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Execute pre-commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue