Commit 7998748
authored
⚙️ [Maintenance]: Align workflows across action repositories (#41)
This pull request makes minor updates to the GitHub Actions workflow for
releases, focusing on improving clarity and keeping dependencies up to
date.
- Workflow clarity:
* Added comments to the `permissions` section in
`.github/workflows/Release.yml` to clarify why each permission is
needed.
* Renamed the checkout step from "Checkout Code" to "Checkout repo" for
better readability.
- Dependency updates:
* Updated the `actions/checkout` action to a specific commit for version
`v6.0.2`.
* Updated the `PSModule/Release-GHRepository` action from version
`v2.0.1` to `v2.0.2` for the release step.1 parent 26f5302 commit 7998748
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
0 commit comments