Commit e37c31f
Upgrade GitHub Actions to latest versions (#445)
Summary:
Bumps GitHub Actions to their latest versions for bug fixes and security patches.
## Changes
| Action | Old Version(s) | New Version | Compare | Files |
|--------|---------------|-------------|---------|-------|
| `actions/configure-pages` | [`v4`](https://github.com/actions/configure-pages/releases/tag/v4) | [`v6`](https://github.com/actions/configure-pages/releases/tag/v6) | [Diff](actions/configure-pages@v4...v6) | deploy-website.yml |
| `actions/deploy-pages` | [`v4`](https://github.com/actions/deploy-pages/releases/tag/v4) | [`v5`](https://github.com/actions/deploy-pages/releases/tag/v5) | [Diff](actions/deploy-pages@v4...v5) | deploy-website.yml |
| `actions/upload-pages-artifact` | [`v3`](https://github.com/actions/upload-pages-artifact/releases/tag/v3) | [`v5`](https://github.com/actions/upload-pages-artifact/releases/tag/v5) | [Diff](actions/upload-pages-artifact@v3...v5) | deploy-website.yml |
| `jidicula/clang-format-action` | [`v4.13.0`](https://github.com/jidicula/clang-format-action/releases/tag/v4.13.0) | [`v4.18.0`](https://github.com/jidicula/clang-format-action/releases/tag/v4.18.0) | [Diff](jidicula/clang-format-action@v4.13.0...v4.18.0) | clang-format-check.yml |
## Notes
Worth running the workflows on a branch before merging to make sure everything still works.
Pull Request resolved: #445
Reviewed By: AlnisM
Differential Revision: D103216905
Pulled By: rlyerly
fbshipit-source-id: 56ba44d5e71a751d9cdfe87291ebe54ea8c938a11 parent ba12738 commit e37c31f
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
0 commit comments