summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-13 00:01:29 -0400
committerGitHub <noreply@github.com>2023-04-13 00:01:29 -0400
commitb31df8f972258ddcdf5c5773c96ff75b91034ed0 (patch)
tree47f03255af366d8c2e0d73b4e92de4dcea9b8fdc
parent4730cfb344b4d6dab1596be8e5ec736600dd9d39 (diff)
downloadpy-bcrypt-git-b31df8f972258ddcdf5c5773c96ff75b91034ed0.tar.gz
Bump actions/checkout from 3.5.0 to 3.5.1 (#533)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.1. - [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.5.0...v3.5.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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 b9f0ed9..138321d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
- {VERSION: "3.10", TOXENV: "py310"}
name: "Python ${{ matrix.PYTHON.VERSION }} on macOS"
steps:
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.5.1
- name: Setup python
id: setup-python
uses: actions/setup-python@v4.5.0
@@ -53,7 +53,7 @@ jobs:
- {VERSION: "3.10", TOXENV: "py310"}
name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}"
steps:
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.5.1
- name: Setup python
id: setup-python
uses: actions/setup-python@v4.5.0
@@ -100,7 +100,7 @@ jobs:
- {VERSION: "3.10", TOXENV: "py310", RUST_VERSION: "nightly"}
name: "${{ matrix.PYTHON.TOXENV }} on linux, Rust ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}"
steps:
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.5.1
- name: Setup python
id: setup-python
uses: actions/setup-python@v4.5.0
@@ -137,7 +137,7 @@ jobs:
- {IMAGE: "alpine", TOXENV: "py310"}
name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"
steps:
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.5.1
with:
persist-credentials: false
- uses: actions/cache@v3.3.1
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index cf4c7c0..590f777 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.5.0
+ - uses: actions/checkout@v3.5.1
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.5.0
+ - uses: actions/checkout@v3.5.1
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.5.0
+ - uses: actions/checkout@v3.5.1
with:
# The tag to build or the tag received by the tag event
ref: ${{ github.event.inputs.version || github.ref }}