Skip to content

Commit

Permalink
Fix GitHub Actions Node.js deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Feb 13, 2024
1 parent a0d7249 commit ed43585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.0.0

# -------------------------------------------------------
# Setup
# -------------------------------------------------------

- name: Setup C++
# Reference: https://github.com/marketplace/actions/setup-cpp-c-c
uses: aminya/setup-cpp@v0.22.0
uses: aminya/setup-cpp@v0.36.1
if: matrix.compiler != 'apple'
with:
compiler: ${{ matrix.compiler }}
Expand Down

0 comments on commit ed43585

Please sign in to comment.