bug: github action v10.0.0 is still running PSR v9.21.1

Bug Report

Description

Trying to use the new v10.0.0 version of PSR to release but it is still loading v9.21.0 in GitHub Actions.

Expected behavior

I expected the behavior of allow_zero_version = False to trigger 1.0.0 release for my initial release.

Actual behavior

I got v0.1.0.

Environment

  • Operating System (w/ version):
  • Python version:
  • Pip version:
  • Semantic-release version:
  • Build tool (w/ version):
git log --oneline --decorate --graph --all -n 50

Configuration

Semantic Release Configuration

Build System Configuration

GitHub Actions Job Definition

Execution Log

semantic-release -vv command

Additional context