Skip to content

Commit 91b3ad2

Browse files
authored
Merge pull request #196 from HackSoftware/dependabot/github_actions/dependencies/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2 parents 995038d + 130ba77 commit 91b3ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Fetch history, because Heroku deploy fails otherwise.
33-
uses: actions/setup-python@v2
33+
uses: actions/setup-python@v4
3434
with:
3535
python-version: 3.10.2
3636
- name: Install dependencies

0 commit comments

Comments
 (0)