1 parent e974072 commit 201fdb5Copy full SHA for 201fdb5
1 file changed
.github/workflows/TestWorkflow.yml
@@ -110,7 +110,8 @@ jobs:
110
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
111
with:
112
persist-credentials: false
113
- # A bounded range must resolve to the highest satisfying version: [0.38.0, 0.40.0) -> 0.39.0.
+ # A bounded range must resolve to a version inside the range. PSResourceGet resolves a range to
114
+ # the lowest satisfying version: [0.38.0, 0.40.0) -> 0.38.0.
115
- name: Action-Test [bounded range]
116
uses: ./
117
0 commit comments