lol

workflows: Replace 21.05 with 22.05

+4 -4
+4 -4
.github/workflows/periodic-merge-24h.yml
··· 28 28 pairs: 29 29 - from: master 30 30 into: haskell-updates 31 - - from: release-21.05 32 - into: staging-next-21.05 33 - - from: staging-next-21.05 34 - into: staging-21.05 35 31 - from: release-21.11 36 32 into: staging-next-21.11 37 33 - from: staging-next-21.11 38 34 into: staging-21.11 35 + - from: release-22.05 36 + into: staging-next-22.05 37 + - from: staging-next-22.05 38 + into: staging-22.05 39 39 name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 40 40 steps: 41 41 - uses: actions/checkout@v3