Skip to content

Commit 137105e

Browse files
committed
. e switched to checkout v4 and rename vs workflow
1 parent f480fc5 commit 137105e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test-via-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ${{ matrix.os }}
6767
name: ${{ matrix.job-name }}
6868
steps:
69-
- uses: actions/checkout@master
69+
- uses: actions/checkout@4
7070
- uses: seanmiddleditch/gha-setup-ninja@v3
7171
if: contains(matrix.generator, 'Ninja')
7272

.github/workflows/build-and-test-visual-studio-solutions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
build_vs2019_sln:
13+
build_visual_studio_sln:
1414
runs-on: windows-latest
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v4
1717

1818
- name: create project
1919
run: |

0 commit comments

Comments
 (0)