summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-20 22:09:48 -0600
committerGitHub <noreply@github.com>2023-04-20 22:09:48 -0600
commitddbcfef1e157910fa3cfd5c3d78ee5824d8ee6fb (patch)
treeccd7219dc0180520c68afda3b1f7fd97a8f48c83
parent4e6ad1b498758d2bc1a41bb62a0d27fa65ed800b (diff)
downloadpy-bcrypt-git-ddbcfef1e157910fa3cfd5c3d78ee5824d8ee6fb.tar.gz
Bump actions/setup-python from 4.5.0 to 4.6.0 (#536)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... 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 23b8d22..6647be8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3.5.2
- name: Setup python
id: setup-python
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- uses: actions/cache@v3.3.1
@@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v3.5.2
- name: Setup python
id: setup-python
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@v3.5.2
- name: Setup python
id: setup-python
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- uses: actions/cache@v3.3.1
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 7805174..9e761ea 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -136,7 +136,7 @@ jobs:
ref: ${{ github.event.inputs.version || github.ref }}
persist-credentials: false
- name: Setup python
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}