Skip to content

Commit

Permalink
CI: Update first-party GitHub Actions from v2 to v4
Browse files Browse the repository at this point in the history
GitHub Actions has deprecated Actions based on node16. The v4 actions
are based on node20. Replace first-party v2 actions with their v4
counterparts.

See:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
  • Loading branch information
RytoEX committed Jan 29, 2024
1 parent 1e68bac commit 16c5d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'

Expand Down

0 comments on commit 16c5d42

Please sign in to comment.