diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-08-27 11:52:15 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-08-27 11:52:15 +0200 |
commit | c3ae1321e1c88ba9c08795ec9fde3310ceca2419 (patch) | |
tree | 41af20c1c443c9b3281abf9ca5365d7d23fcf9c6 | |
parent | 18cfba871e6f6d0095a6a36e51c1137b73018b9b (diff) |
CI/GitHub: Bump actions versions
-rw-r--r-- | .github/workflows/gcc-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/macos-arm-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/win-x64-build.yml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/gcc-build.yml b/.github/workflows/gcc-build.yml index 6f1765801cf..fa01c8e297e 100644 --- a/.github/workflows/gcc-build.yml +++ b/.github/workflows/gcc-build.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set reusable strings id: strings shell: bash diff --git a/.github/workflows/macos-arm-build.yml b/.github/workflows/macos-arm-build.yml index b6497abc81a..f5fef954b1c 100644 --- a/.github/workflows/macos-arm-build.yml +++ b/.github/workflows/macos-arm-build.yml @@ -9,7 +9,7 @@ jobs: runs-on: macos-14 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set reusable strings id: strings diff --git a/.github/workflows/win-x64-build.yml b/.github/workflows/win-x64-build.yml index 87440fb7547..560af51db0b 100644 --- a/.github/workflows/win-x64-build.yml +++ b/.github/workflows/win-x64-build.yml @@ -12,7 +12,7 @@ jobs: MYSQL_ROOT_DIR: C:/Program Files/MySQL/MySQL Server 8.0 OPENSSL_ROOT_DIR: C:/libs/openssl steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set reusable strings id: strings @@ -56,7 +56,7 @@ jobs: & ${{ env.OPENSSL_ROOT_DIR }}/bin/openssl.exe version - name: Download and install Boost - uses: MarkusJx/install-boost@v2 + uses: MarkusJx/install-boost@6d8df42f57de83c5b326b5b83e7b35d650030103 id: install-boost with: boost_version: 1.84.0 |