Commit 5955a61
authored
⚙️ [Maintenance]: Align workflows across action repositories (#26)
This pull request makes minor updates to the GitHub Actions workflow for
releases, focusing on improving clarity and updating dependencies.
- **Workflow configuration improvements:**
* Added clarifying comments to the `permissions` section to explain why
`contents: write` and `pull-requests: write` permissions are needed.
* Renamed the step from "Checkout Code" to "Checkout repo" for better
clarity.
- **Dependency updates:**
* Updated the `actions/checkout` action to a specific commit hash for
version 6.0.2.
* Updated the `PSModule/Release-GHRepository` action from version 2.0.1
to 2.0.2, using a new commit hash.1 parent 17bb50e commit 5955a61
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