Skip to content

Commit 39b54e1

Browse files
authored
Merge pull request #1 from GitGuardian/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 3 to 5
2 parents b5dd14b + 0f417b9 commit 39b54e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
HELM_CACHE_HOME: /tmp/helm-cache/
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-python@v3
16+
- uses: actions/setup-python@v5
1717

1818
- name: Restore helm cache
1919
uses: actions/cache@v4

0 commit comments

Comments
 (0)