diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-11 13:05:30 +0000 |
---|---|---|
committer | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2022-04-11 15:42:23 +0200 |
commit | 7233ff6bb2ebad25093a2e3ecfe886323df9dbfb (patch) | |
tree | 9f3511d8209ffa9d1abb633e50210192a6533830 /.github | |
parent | 1ec74e73a9db787eec10a9f69b775ccf551af19d (diff) | |
download | pylint-git-7233ff6bb2ebad25093a2e3ecfe886323df9dbfb.tar.gz |
Bump actions/setup-python from 3.1.0 to 3.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.0...v3.1.1)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/checks.yaml | 8 | ||||
-rw-r--r-- | .github/workflows/primer-test.yaml | 8 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 | ||||
-rw-r--r-- | .github/workflows/tests.yaml | 10 |
4 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 4099cd164..a50503231 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Generate partial Python venv restore key @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment @@ -131,7 +131,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment @@ -162,7 +162,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml index dfd23b19c..d4afe36aa 100644 --- a/.github/workflows/primer-test.yaml +++ b/.github/workflows/primer-test.yaml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ matrix.python-version }} - name: Generate partial Python venv restore key @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ matrix.python-version }} - name: Restore Python virtual environment @@ -112,7 +112,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ matrix.python-version }} - name: Restore Python virtual environment @@ -147,7 +147,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ matrix.python-version }} - name: Restore Python virtual environment diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfb6a64e0..4ef0c9ef5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Install requirements diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 80448a780..402d59628 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ matrix.python-version }} - name: Generate partial Python venv restore key @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ matrix.python-version }} - name: Restore Python virtual environment @@ -126,7 +126,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ matrix.python-version }} - name: Restore Python virtual environment @@ -186,7 +186,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ matrix.python-version }} - name: Generate partial Python venv restore key @@ -234,7 +234,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v3.1.0 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ matrix.python-version }} - name: Generate partial Python venv restore key |