diff --git a/.github/workflows/automated-checks.yml b/.github/workflows/automated-checks.yml index 7b3e21a..fa1cc86 100644 --- a/.github/workflows/automated-checks.yml +++ b/.github/workflows/automated-checks.yml @@ -34,7 +34,7 @@ jobs: # Set up Python # - name: Set up Python -# uses: actions/setup-python@v6 +# uses: actions/setup-python@v7 # with: # python-version-file: 'pyproject.toml' # Read the Python version from the pyproject.toml file @@ -108,7 +108,7 @@ jobs: # Set up Python - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} @@ -167,7 +167,7 @@ jobs: # Set up Python - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version-file: 'pyproject.toml' # Read the Python version from the pyproject.toml file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82c638e..80b66c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: # Set up Python - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version-file: 'pyproject.toml' # Read the Python version from the pyproject.toml file