aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build_test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build_test.yml')
-rw-r--r--.github/workflows/build_test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index abce490..725822a 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -233,14 +233,14 @@ jobs:
sudo apt install -y ${EXTRA_PACKAGES}
- name: Checkout the source
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 1
#- name: Checkout VC9 for Python
# if: ${{ runner.os == 'Windows' && matrix.build_system == 'python' && matrix.python_version == '2.7' }}
- # uses: actions/checkout@v3
+ # uses: actions/checkout@v4
# with:
# repository: reider-roque/sulley-win-installer
# path: third_party/VCForPython27
@@ -367,7 +367,7 @@ jobs:
steps:
- name: Checkout the source
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 1