Skip to content

Commit

Permalink
fix_GitHub_Actions
Browse files Browse the repository at this point in the history
Updated checkout to version 4
  • Loading branch information
ya4ept committed May 27, 2024
1 parent 1edc50f commit 51aedd8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_XSTools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:

steps:
- name: GIT checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

########################
# preparing Windows OS #
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:

steps:
- name: GIT checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

######################
# preparing Linux OS #
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:

steps:
- name: GIT checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: run "makedist.sh --help"
shell: bash
Expand Down

0 comments on commit 51aedd8

Please sign in to comment.