Skip to content

Commit

Permalink
using actions/checkout@v4 instead of actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymakarewicz committed Jul 15, 2024
1 parent 8b7967e commit 9af2182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3 # to use node16 instead of node12 which is deprecated
uses: actions/checkout@v4 # to use node20 instead of node12 and node 16 which are deprecated

- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v1 # Use the latest major version for stability
Expand Down

0 comments on commit 9af2182

Please sign in to comment.