Skip to content

Commit 94c6764

Browse files
Merge pull request #1 from django-components/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 2 to 5
2 parents 8ba9da9 + ff2e07a commit 94c6764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Setup python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.9'
2323

0 commit comments

Comments
 (0)