summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-12 08:31:31 -0400
committerGitHub <noreply@github.com>2021-05-12 08:31:31 -0400
commitc90ebf4103258e04b86b1f4cec0d7e6f5a2648c3 (patch)
tree2f6f039324f3a0be2c4af2eb2099480095dd85e1
parent8aea90689db02b90475b0eb9a2c2ce4a3bef497b (diff)
downloadpy-bcrypt-git-c90ebf4103258e04b86b1f4cec0d7e6f5a2648c3.tar.gz
Bump actions/checkout from 2 to 2.3.4 (#257)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [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/v2...v2.3.4) 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.yml8
-rw-r--r--.github/workflows/wheel-builder.yml6
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d00d702..0b1394c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
- {VERSION: "3.9", TOXENV: "py39"}
name: "Python ${{ matrix.PYTHON.VERSION }} on macOS"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
@@ -40,7 +40,7 @@ jobs:
- {VERSION: "3.9", TOXENV: "py39"}
name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
@@ -65,7 +65,7 @@ jobs:
- {VERSION: "pypy3", TOXENV: "pypy3"}
name: "${{ matrix.PYTHON.TOXENV }} on linux"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
@@ -83,7 +83,7 @@ jobs:
PYTHON:
- {VERSION: "cp36-cp36m", TOXENV: 'py36'}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 142bce0..3e7a830 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -46,7 +46,7 @@ jobs:
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.8/bin/python3'
name: "${{ matrix.PYTHON.ABI_VERSION }} macOS"
steps:
- - uses: actions/checkout@master
+ - uses: actions/checkout@v2.3.4
- run: |
curl "${{ matrix.PYTHON.DOWNLOAD_URL }}" -o python.pkg
sudo installer -pkg python.pkg -target /
@@ -76,7 +76,7 @@ jobs:
- {VERSION: "3.6", ABI_VERSION: "cp36"}
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.WINDOWS}}"
steps:
- - uses: actions/checkout@master
+ - uses: actions/checkout@v2.3.4
- name: Setup python
uses: actions/setup-python@v2.2.2
with:
@@ -106,7 +106,7 @@ jobs:
PYTHON:
- {VERSION: "cp36-cp36m", ABI_VERSION: 'cp36'}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
- run: |
docker run --rm --privileged hypriot/qemu-register
- uses: docker://quay.io/pypa/manylinux2014_aarch64