summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-28 22:35:33 -0500
committerGitHub <noreply@github.com>2022-02-28 22:35:33 -0500
commit48c20d434e9171493d938c81835a9ab183182e15 (patch)
tree05b28185f0ca7201a57b2560f0b7bc31a82fbac7
parentfb7840aae8a8bbbc13f521a8a17f582f8bf3a1c6 (diff)
downloadpy-bcrypt-git-48c20d434e9171493d938c81835a9ab183182e15.tar.gz
Bump actions/setup-python from 2.3.2 to 3 (#296)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.2...v3) --- 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>
-rw-r--r--.github/workflows/ci.yml6
-rw-r--r--.github/workflows/wheel-builder.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d569681..1745616 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Setup python
- uses: actions/setup-python@v2.3.2
+ uses: actions/setup-python@v3
with:
python-version: ${{ matrix.PYTHON.VERSION }}
@@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Setup python
- uses: actions/setup-python@v2.3.2
+ uses: actions/setup-python@v3
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Setup python
- uses: actions/setup-python@v2.3.2
+ uses: actions/setup-python@v3
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- run: pip install tox
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 2b4c99a..3136693 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -106,7 +106,7 @@ jobs:
ref: ${{ github.event.inputs.version || github.ref }}
persist-credentials: false
- name: Setup python
- uses: actions/setup-python@v2.3.2
+ uses: actions/setup-python@v3
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS }}