Skip to content

Commit a0e207c

Browse files
authored
Update to actions/setup-python@v6
This is a required update, because v5 uses a deprecated node.js version. see ae73230
1 parent cfa3d01 commit a0e207c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config --global user.email "haproxy@formilux.org"
4141
git config --global gc.autoDetach "false"
4242
- name: Install Python.
43-
uses: actions/setup-python@v5
43+
uses: actions/setup-python@v6
4444
with:
4545
python-version: '3.x'
4646
- name: Clone dconv.

0 commit comments

Comments
 (0)