Skip to content

Commit bdbab15

Browse files
authored
Merge pull request #12 from django-components/jo-update-action-deps
chore: update action dependencies
2 parents 48b24a5 + fec8f88 commit bdbab15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
if: github.repository == 'django-components/djc-ext-pydantic'
1515
steps:
1616
- name: Checkout the repo
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
- name: Setup python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.9'
22+
python-version: '3.13'
2323

2424
- name: Install pypa/build
2525
run: >-

0 commit comments

Comments
 (0)