Skip to content

Commit

Permalink
gh ci: update deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Jun 18, 2024
1 parent cdfe665 commit b888454
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Clone
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Ninja
uses: seanmiddleditch/gha-setup-ninja@v4
uses: seanmiddleditch/gha-setup-ninja@v5
- name: Configure
run: cmake --preset release -B build
- name: Unicast messages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- {name: 'win msvc rel s:addr', os: windows-latest, preset: release-asan}
steps:
- name: Clone
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Ninja
uses: seanmiddleditch/gha-setup-ninja@v4
uses: seanmiddleditch/gha-setup-ninja@v5
- name: VC Vars
# Setup vcvars on Windows
# MSVC's address sanitizer attaches dependencies to several DLLs which are not in PATH
Expand Down

0 comments on commit b888454

Please sign in to comment.