summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build_msi.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build_msi.yml')
-rw-r--r--.github/workflows/build_msi.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
index 6e989b2..cba1e51 100644
--- a/.github/workflows/build_msi.yml
+++ b/.github/workflows/build_msi.yml
@@ -26,7 +26,7 @@ jobs:
name: 'Windows (x86) Installer'
runs-on: windows-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Build CPython installer
run: .\Tools\msi\build.bat -x86
@@ -34,7 +34,7 @@ jobs:
name: 'Windows (x64) Installer'
runs-on: windows-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Build CPython installer
run: .\Tools\msi\build.bat -x64
@@ -42,6 +42,6 @@ jobs:
name: 'Windows (ARM64) Installer'
runs-on: windows-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Build CPython installer
run: .\Tools\msi\build.bat -arm64