summaryrefslogtreecommitdiff
path: root/.github/workflows/wheel-builder.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-24 16:20:39 +0800
committerGitHub <noreply@github.com>2023-03-24 16:20:39 +0800
commit6fa433cb4f34a37a443ab4b2977e2b9c341922ba (patch)
treedc2bc0b2e2273b457b21a5ec34f879e5164e1c9a /.github/workflows/wheel-builder.yml
parentaa3ae07dbbb0bd15d71bd1e10b144f73d1ee0d0c (diff)
downloadpy-bcrypt-git-6fa433cb4f34a37a443ab4b2977e2b9c341922ba.tar.gz
Bump actions/checkout from 3.4.0 to 3.5.0 (#521)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout 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>
Diffstat (limited to '.github/workflows/wheel-builder.yml')
-rw-r--r--.github/workflows/wheel-builder.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 5db2403..cf4c7c0 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -40,7 +40,7 @@ jobs:
name: "${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}"
container: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }}
steps:
- - uses: actions/checkout@v3.4.0
+ - uses: actions/checkout@v3.5.0
with:
# The tag to build or the tag received by the tag event
ref: ${{ github.event.inputs.version || github.ref }}
@@ -81,7 +81,7 @@ jobs:
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3'
name: "Python ${{ matrix.PYTHON.VERSION }} for ABI ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
steps:
- - uses: actions/checkout@v3.4.0
+ - uses: actions/checkout@v3.5.0
with:
# The tag to build or the tag received by the tag event
ref: ${{ github.event.inputs.version || github.ref }}
@@ -130,7 +130,7 @@ jobs:
- {VERSION: "3.6", ABI_VERSION: "cp36"}
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.WINDOWS.ARCH }}"
steps:
- - uses: actions/checkout@v3.4.0
+ - uses: actions/checkout@v3.5.0
with:
# The tag to build or the tag received by the tag event
ref: ${{ github.event.inputs.version || github.ref }}