Skip to content

Commit 2f3278b

Browse files
author
macos
committed
resolve merge conflict
2 parents 7cf2119 + da0028d commit 2f3278b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: release
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
- run: 'echo ''{
1414
"name": "ccapi_cpp",

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# }
5454

5555
steps:
56-
- uses: actions/checkout@v1
56+
- uses: actions/checkout@v4
5757

5858
- name: Download Ninja and CMake
5959
id: cmake_and_ninja

0 commit comments

Comments
 (0)