diff --git a/.github/workflows/automated-checks.yml b/.github/workflows/automated-checks.yml index 8b536951..e51a1afc 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 }} @@ -210,7 +210,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 }} # @@ -243,7 +243,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 82c638e1..80b66c3d 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