From 1f573674092a52806478f614ae6c551280eee55f Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 29 Jan 2024 16:46:29 +0900 Subject: [PATCH] Updated Windows github workflow --- .github/workflows/images_build_windows.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index 8e4033afb..1f2ef6ab9 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -6,10 +6,8 @@ on: - published push: branches: - - '4.0' - '5.0' - '6.0' - - '6.2' - '6.4' - 'trunk' paths: @@ -39,7 +37,7 @@ jobs: is_default_branch: ${{ steps.branch_info.outputs.is_default_branch }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 @@ -101,7 +99,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 @@ -198,7 +196,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to DockerHub run: | @@ -305,7 +303,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Login to DockerHub run: |