diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-12-18 06:57:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 06:57:01 +0000 |
commit | 919fbe8f69106c21098248ca4d1eec2786bc03af (patch) | |
tree | de5a2ad496ecd3d3a50c8f671ce9e9a31e8a335e | |
parent | 0e8dc9f9608e99739399d6640ee1b44a39934d9c (diff) | |
download | py-bcrypt-git-dependabot/github_actions/actions/setup-python-v2.2.0.tar.gz |
Bump actions/setup-python from v2.1.4 to v2.2.0dependabot/github_actions/actions/setup-python-v2.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.1.4...8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
-rw-r--r-- | .github/workflows/wheel-builder.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bce2ba..ab6e1b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@master - name: Setup python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.0 with: python-version: ${{ matrix.PYTHON.VERSION }} @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@master - name: Setup python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.0 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index a767ea5..81c1fc1 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@master - name: Setup python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.0 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS }} |