diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 2c1ba31..d96b691 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -1,11 +1,7 @@ name: Smoke test the action -# Assumes that the latest published normal version of `ref_slice` smaller -# than 1.2.2 is 1.2.1. -# TODO: Change the crate version in the corresponding branches `patch_change` -# and `major_change` to 1.2.1 once new logic of choosing baseline is adapted. -# Otherwise if new version 1.2.2 of `ref_slice` is released, the tests might -# stop working correctly. +# Assumes that the latest published normal version of `ref_slice` not greater +# than 1.2.1 is 1.2.1 itself. on: workflow_call: diff --git a/.github/workflows/test-cache.yml b/.github/workflows/test-cache.yml index f3acc5c..68d6696 100644 --- a/.github/workflows/test-cache.yml +++ b/.github/workflows/test-cache.yml @@ -1,11 +1,7 @@ name: Test rustdoc caching -# Assumes that the latest published normal version of `ref_slice` smaller -# than 1.2.2 is 1.2.1. -# TODO: Change the crate version in the corresponding branches `patch_change` -# and `major_change` to 1.2.1 once new logic of choosing baseline is adapted. -# Otherwise if new version 1.2.2 of `ref_slice` is released, the tests might -# stop working correctly. +# Assumes that the latest published normal version of `ref_slice` not greater +# than 1.2.1 is 1.2.1 itself. on: workflow_call: diff --git a/.github/workflows/test-inputs.yml b/.github/workflows/test-inputs.yml index bc3fe3b..eac763b 100644 --- a/.github/workflows/test-inputs.yml +++ b/.github/workflows/test-inputs.yml @@ -1,11 +1,7 @@ name: Test action inputs -# Assumes that the latest published normal version of `ref_slice` smaller -# than 1.2.2 is 1.2.1. -# TODO: Change the crate version in the corresponding branches `patch_change` -# and `major_change` to 1.2.1 once new logic of choosing baseline is adapted. -# Otherwise if new version 1.2.2 of `ref_slice` is released, the tests might -# stop working correctly. +# Assumes that the latest published normal version of `ref_slice` not greater +# than 1.2.1 is 1.2.1 itself. on: workflow_call: