Skip to content

Commit b94b9e1

Browse files
authored
Merge pull request #37 from equinix-labs/renovate/actions-setup-python-5.x
chore(deps): update actions/setup-python action to v5
2 parents bc50260 + 6331dca commit b94b9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
3131

3232
- name: Install Python3
33-
uses: actions/setup-python@v4
33+
uses: actions/setup-python@v5
3434

3535
- name: Install tflint
3636
uses: terraform-linters/setup-tflint@v4

0 commit comments

Comments
 (0)