diff --git a/.github/workflows/type-checking.yml b/.github/workflows/type-checking.yml index 99fddfd..0e242dd 100644 --- a/.github/workflows/type-checking.yml +++ b/.github/workflows/type-checking.yml @@ -19,8 +19,8 @@ jobs: python-version: ["3.11"] fail-fast: false steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: "pip"