Commit 5047717
committed
Use major version refs of GitHub Actions actions
Use of the major version ref will cause the workflow to use stable release versions of the utility actions while
automatically benefiting from ongoing development to those actions up until such time as a new major release of an action
is made. At that time we would need to evaluate whether any changes to the workflow are required by the breaking change
that triggered the major release before updating the major ref
(e.g., `uses: actions/checkout@v2` -> `uses: actions/checkout@v3`).1 parent d195d5f commit 5047717
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments