diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index 101043e..1f609d5 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -28,7 +28,7 @@ jobs: # Set up a specific version of Python and add the command-line tools to the PATH - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: # Version range or exact version of a Python version to use, using SemVer's version range syntax. python-version: ${{ matrix.python-version }} # optional, default is 3.x diff --git a/.github/workflows/TypeCheck.yml b/.github/workflows/TypeCheck.yml index a122fdb..1c0dea5 100644 --- a/.github/workflows/TypeCheck.yml +++ b/.github/workflows/TypeCheck.yml @@ -28,7 +28,7 @@ jobs: # Set up a specific version of Python and add the command-line tools to the PATH - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: # Version range or exact version of a Python version to use, using SemVer's version range syntax. python-version: ${{ matrix.python-version }} # optional, default is 3.x