Skip to content

Commit 6246ea3

Browse files
committed
update action v3
1 parent 5daad65 commit 6246ea3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [macos-latest]
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 5
2020
- name: Nightly default
@@ -194,7 +194,7 @@ jobs:
194194
matrix:
195195
os: [windows-2019]
196196
steps:
197-
- uses: actions/checkout@v2
197+
- uses: actions/checkout@v4
198198
with:
199199
fetch-depth: 5
200200
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append

.github/workflows/workflow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,15 @@ jobs:
7777

7878
build_with_centos:
7979
name: build_with_centos
80+
env:
81+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
82+
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: "node16"
83+
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: "node16"
8084
runs-on: ubuntu-latest
8185
container:
8286
image: docker.io/centos:7
8387
steps:
84-
- uses: actions/checkout@v2
88+
- uses: actions/checkout@v3
8589
with:
8690
fetch-depth: 5
8791
- name: install rust language
@@ -91,7 +95,6 @@ jobs:
9195
override: true
9296
- name: install CentOS dependencies
9397
run: |
94-
yum install -y epel-release centos-release-scl
9598
yum install -y java-11-openjdk-devel git make gcc gcc-c++ glibc-static glibc-devel openssl openssl-devel cmake3 ccache devtoolset-7 libzstd-devel zlib-devel flex bison python-devel python3-devel perl-IPC-Cmd && source /opt/rh/devtoolset-7/enable
9699
- name: configure and compile
97100
run: |

0 commit comments

Comments
 (0)