build(deps): bump actions/setup-python from 2 to 3.1.0 (#29843)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...9c644ca2ab8e57ea0a487b5ec2f8290740378bfd)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-04 09:55:49 +02:00 committed by GitHub
parent 9cc45f66b7
commit 105b42c15f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 19 deletions

View file

@ -158,7 +158,7 @@ jobs:
run: | run: |
brew install tree brew install tree
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Bootstrap clingo - name: Bootstrap clingo
@ -175,7 +175,7 @@ jobs:
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9'] python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9']
steps: steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Setup repo and non-root user - name: Setup repo and non-root user

View file

@ -25,7 +25,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: 3.9 python-version: 3.9
- name: spack install - name: spack install
@ -40,7 +40,7 @@ jobs:
timeout-minutes: 700 timeout-minutes: 700
steps: steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: 3.9 python-version: 3.9
- name: spack install - name: spack install
@ -53,7 +53,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: 3.9 python-version: 3.9
- name: spack install - name: spack install

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Python Packages - name: Install Python Packages
@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Python packages - name: Install Python packages
@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install System packages - name: Install System packages
@ -174,7 +174,7 @@ jobs:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: 3.9 python-version: 3.9
- name: Install System packages - name: Install System packages
@ -240,7 +240,7 @@ jobs:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: 3.9 python-version: 3.9
- name: Install System packages - name: Install System packages
@ -289,7 +289,7 @@ jobs:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install Python packages - name: Install Python packages
@ -332,7 +332,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Python packages - name: Install Python packages

View file

@ -18,7 +18,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Python Packages - name: Install Python Packages
@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Python packages - name: Install Python packages
@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Python packages - name: Install Python packages
@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Python packages - name: Install Python packages
@ -98,7 +98,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Python packages - name: Install Python packages
@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Python packages - name: Install Python packages
@ -154,7 +154,7 @@ jobs:
run: run:
shell: pwsh shell: pwsh
steps: steps:
- uses: actions/setup-python@v2 - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Python packages - name: Install Python packages