Skip to content

Commit 676b78a

Browse files
authored
Merge pull request #229 from supabase/dependabot/github_actions/master/actions/setup-python-5
Bump actions/setup-python from 1 to 5
2 parents 05c1752 + 55142d5 commit 676b78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit_hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- name: set up python 3.10
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: "3.10"
1717

0 commit comments

Comments
 (0)