Wagtail commited on
Commit
216ab79
·
1 Parent(s): edfffae

Update push_to_hf_space.yml

Browse files

update actions/setup-python to v6

.github/workflows/push_to_hf_space.yml CHANGED
@@ -20,7 +20,7 @@ jobs:
20
  # 1. Set up Python
21
  # -------------------------
22
  - name: Set up Python
23
- uses: actions/setup-python@v4
24
  with:
25
  python-version: '3.10'
26
 
 
20
  # 1. Set up Python
21
  # -------------------------
22
  - name: Set up Python
23
+ uses: actions/setup-python@v6
24
  with:
25
  python-version: '3.10'
26