Commit ad494d6
authored
⚙️ [Maintenance]: Align workflows across action repositories (#20)
This pull request updates dependencies in the GitHub Actions workflows
to use newer versions of third-party actions. The changes focus on
keeping the CI/CD pipeline up to date and improving maintainability.
Dependency updates in GitHub Actions workflows:
* Updated the `PSModule/Invoke-Pester` action in
`.github/workflows/Action-Test.yml` from version `v4.2.2` to `v4.2.3` to
ensure the latest fixes and improvements are included.
* Updated the `PSModule/Release-GHRepository` action in
`.github/workflows/Release.yml` from version `v2.0.1` to `v2.0.2`. Also,
renamed the checkout step for clarity.1 parent 774b6f7 commit ad494d6
2 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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