-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump action versions to silence node12 warning (#1901)
I noticed that some of our actions produce a warning when they run, e.g.: ``` The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, llvm/actions@55d8448. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ ``` This isn't a huge deal but it's unnecessary noise and it's probably best to use more recent versions of the actions we use anyway. So I'm bumping the `checkout` action (which is developed by GitHub) to the latest version (v4), and I'm bumping the LLVM `install-ninja` action to [the commit](llvm/actions@6a57890) where the `node` version was bumped to 16.
- Loading branch information
mlevesquedion
authored
Jan 3, 2024
1 parent
f5785b0
commit e26de40
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters