From 65073cb29e1360571064a4367915166cfa50cc7e Mon Sep 17 00:00:00 2001 From: Crystal Liang Date: Thu, 8 Feb 2024 17:11:23 -0800 Subject: [PATCH] chore: update github actions workflows --- .github/workflows/dockerized.yml | 4 ++-- .github/workflows/failover.yml | 6 +++--- .github/workflows/main.yml | 4 ++-- .github/workflows/performance.yml | 2 +- .github/workflows/release.yml | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dockerized.yml b/.github/workflows/dockerized.yml index f6e487500..7727e3e32 100644 --- a/.github/workflows/dockerized.yml +++ b/.github/workflows/dockerized.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install build dependencies run: sudo apt-get update && sudo apt-get install libcurl4 && sudo apt-get install libcurl4-openssl-dev @@ -73,7 +73,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install build dependencies run: sudo apt-get update && sudo apt-get install libcurl4 && sudo apt-get install libcurl4-openssl-dev diff --git a/.github/workflows/failover.yml b/.github/workflows/failover.yml index fdd840b84..581abd41b 100644 --- a/.github/workflows/failover.yml +++ b/.github/workflows/failover.yml @@ -30,7 +30,7 @@ jobs: MYSQL_DIR: C:/mysql-${{ vars.MYSQL_VERSION }}-winx64 steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Configure build environment/dependencies - name: Install MySQL client libs and include files @@ -128,7 +128,7 @@ jobs: CXX: g++-7 steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install gcc7 run: sudo apt install g++-7 @@ -217,7 +217,7 @@ jobs: ODBC_DM_INCLUDES: /usr/local/include steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Configure build environment/dependencies # Removing some /usr/local/bin files to avoid symlink issues wih brew update diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e48518afd..15e3ea768 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: MYSQL_DIR: C:/mysql-${{ vars.MYSQL_VERSION }}-winx64 steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Configure build environment/dependencies - name: Install MySQL client libs @@ -136,7 +136,7 @@ jobs: ODBC_DM_INCLUDES: /usr/local/include steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Configure build environment/dependencies # Removing some /usr/local/bin files to avoid symlink issues wih brew update diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 9acf15ee7..2ff05d2ce 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Cache AWS SDK libraries id: cache-dynamic-aws-sdk diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72e72e711..1f150783f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: ODBC_DM_INCLUDES: /usr/local/include steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Configure build environment/dependencies # Removing some /usr/local/bin files to avoid symlink issues wih brew update @@ -93,7 +93,7 @@ jobs: CXX: g++-7 steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install gcc7 run: sudo apt install g++-7 @@ -158,7 +158,7 @@ jobs: CMAKE_GENERATOR: Visual Studio 16 2019 steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Configure build environment/dependencies - name: Install MySQL client libs