Unverified Commit ffe2de5a authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump actions/setup-python from 5 to 6

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6

)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 4c885469
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ jobs:
        working-directory: ${{env.WORKING_DIR}}
    steps:
    - name: Set up Python ${{env.PYTHON_VERSION}}
      uses: actions/setup-python@v5
      uses: actions/setup-python@v6
      with:
        python-version: ${{env.PYTHON_VERSION}}
    - name: Checkout main branch of the repository
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ jobs:
        working-directory: ${{env.WORKING_DIR}}
    steps:
    - name: Set up Python ${{env.PYTHON_VERSION}}
      uses: actions/setup-python@v5
      uses: actions/setup-python@v6
      with:
        python-version: ${{env.PYTHON_VERSION}}
    - name: Checkout main branch of the repository
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ jobs:
        working-directory: ${{env.WORKING_DIR}}
    steps:
    - name: Set up Python ${{env.PYTHON_VERSION}}
      uses: actions/setup-python@v5
      uses: actions/setup-python@v6
      with:
        python-version: ${{env.PYTHON_VERSION}}
    - name: Checkout PR branch of the repository
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ jobs:
    steps:
    - uses: actions/checkout@v4
    - name: Set up Python 3.11
      uses: actions/setup-python@v5
      uses: actions/setup-python@v6
      with:
        python-version: '3.11'
    - name: Install dependencies
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ jobs:
      with:
        fetch-depth: 0 
    - name: Set up Python
      uses: actions/setup-python@v5
      uses: actions/setup-python@v6
      with:
        python-version: '3.11'
    - name: Install dependencies
Loading