Skip to content

Commit

Permalink
. e switched to checkout v4 and rename vs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Laguna1989 committed Mar 26, 2024
1 parent f480fc5 commit 137105e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-via-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: ${{ matrix.job-name }}
steps:
- uses: actions/checkout@master
- uses: actions/checkout@4
- uses: seanmiddleditch/gha-setup-ninja@v3
if: contains(matrix.generator, 'Ninja')

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-visual-studio-solutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:
workflow_dispatch:

jobs:
build_vs2019_sln:
build_visual_studio_sln:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: create project
run: |
Expand Down

0 comments on commit 137105e

Please sign in to comment.