Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: "3.12"
Expand All @@ -94,7 +94,7 @@ jobs:
outputs:
matrix: ${{ steps.groups.outputs.matrix }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- id: groups
# The `groups` dispatch input was DECLARED and read nowhere: `-f groups=fee` was
# silently ignored and the operator got the whole matrix. Same class as a CLI flag
Expand Down
Loading