From 51aedd88cf96a092eba860f1c709d5b1974b3760 Mon Sep 17 00:00:00 2001 From: ya4ept Date: Mon, 27 May 2024 09:29:20 +0300 Subject: [PATCH] fix_GitHub_Actions Updated checkout to version 4 --- .github/workflows/build_XSTools.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_XSTools.yml b/.github/workflows/build_XSTools.yml index c367ddff69..623a778bf9 100644 --- a/.github/workflows/build_XSTools.yml +++ b/.github/workflows/build_XSTools.yml @@ -46,7 +46,7 @@ jobs: steps: - name: GIT checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # setup matrix: # - windows-2019 + python 2.7.18 x86 + strawberry perl 5.12 x86 + strawberry g++ x86 @@ -208,7 +208,7 @@ jobs: steps: - name: GIT checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 ######################## # preparing Windows OS # @@ -311,7 +311,7 @@ jobs: steps: - name: GIT checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # setup matrix: # - ubuntu-20.04 + python 2.7.18 x64 + perl 5.12 x64 @@ -421,7 +421,7 @@ jobs: steps: - name: GIT checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 ###################### # preparing Linux OS # @@ -483,7 +483,7 @@ jobs: steps: - name: GIT checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: run "makedist.sh --help" shell: bash