Skip to content

Commit 1c60816

Browse files
chore(deps): update actions/setup-python action to v6
1 parent c3b20d8 commit 1c60816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: '3.14'
3030
- name: Setup Node

0 commit comments

Comments
 (0)