We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8725108 commit 9c6b99fCopy full SHA for 9c6b99f
.github/workflows/auto-update.yml
@@ -16,7 +16,7 @@ jobs:
16
submodules: true
17
18
- name: Set up Python
19
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
20
with:
21
python-version: '3.x'
22
.github/workflows/windows-msvc.yml
@@ -59,7 +59,7 @@ jobs:
59
git clone https://gitlab.gnome.org/GNOME/gtk.git --depth 1
60
61
- name: Setup Python
62
- uses: actions/setup-python@v2
63
64
python-version: "3.x"
65
0 commit comments