mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
CI/GitHub: Bump actions versions
This commit is contained in:
2
.github/workflows/gcc-build.yml
vendored
2
.github/workflows/gcc-build.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/macos-arm-build.yml
vendored
2
.github/workflows/macos-arm-build.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: macos-14
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Set reusable strings
|
||||
id: strings
|
||||
|
||||
4
.github/workflows/win-x64-build.yml
vendored
4
.github/workflows/win-x64-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user