summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-15 19:37:59 +0000
committerGitHub <noreply@github.com>2021-10-15 19:37:59 +0000
commit2bd8164ef85ef0f2740bb37fb3422af9b25cf5f9 (patch)
tree665394883af1e3d11a439e3f98386368dc72b03c
parentc3fcc6759a86bbd847e3da067152ee7d2b88c194 (diff)
downloadcryptography-dependabot/github_actions/actions/checkout-2.3.5.tar.gz
Bump actions/checkout from 2.3.4 to 2.3.5dependabot/github_actions/actions/checkout-2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [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.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/arm64.yml4
-rw-r--r--.github/workflows/ci.yml28
-rw-r--r--.github/workflows/linkcheck.yml2
-rw-r--r--.github/workflows/wheel-builder.yml6
4 files changed, 20 insertions, 20 deletions
diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml
index 39fe46517..0c3219137 100644
--- a/.github/workflows/arm64.yml
+++ b/.github/workflows/arm64.yml
@@ -28,7 +28,7 @@ jobs:
steps:
- name: "Delete workspace" # self-hosted runners need this, sigh
run: find ! -name '.' ! -name '..' -delete
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
persist-credentials: false
- uses: actions/cache@v2.1.6
@@ -41,7 +41,7 @@ jobs:
src/rust/target/
key: ${{ runner.os }}-${{ matrix.IMAGE.IMAGE }}-cargo-2-${{ hashFiles('**/Cargo.lock') }}
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
repository: "google/wycheproof"
path: "wycheproof"
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eed1e85bd..519c6c194 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
timeout-minutes: 15
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
persist-credentials: false
- uses: actions/cache@v2.1.6
@@ -69,7 +69,7 @@ jobs:
toolchain: ${{ matrix.RUST }}
override: true
default: true
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
repository: "google/wycheproof"
path: "wycheproof"
@@ -139,7 +139,7 @@ jobs:
name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"
timeout-minutes: 15
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
persist-credentials: false
- uses: actions/cache@v2.1.6
@@ -152,7 +152,7 @@ jobs:
src/rust/target/
key: ${{ runner.os }}-${{ matrix.IMAGE.IMAGE }}-cargo-2-${{ hashFiles('**/Cargo.lock') }}
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
repository: "google/wycheproof"
path: "wycheproof"
@@ -185,7 +185,7 @@ jobs:
name: "${{ matrix.PYTHON.TOXENV }} with Rust ${{ matrix.RUST }}"
timeout-minutes: 15
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
persist-credentials: false
- uses: actions/cache@v2.1.6
@@ -208,7 +208,7 @@ jobs:
toolchain: ${{ matrix.RUST }}
override: true
default: true
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
repository: "google/wycheproof"
path: "wycheproof"
@@ -228,7 +228,7 @@ jobs:
name: "Rust Coverage"
timeout-minutes: 15
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
persist-credentials: false
- uses: actions/cache@v2.1.6
@@ -259,7 +259,7 @@ jobs:
version: latest
if: steps.cargo-cache.outputs.cache-hit != 'true'
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
repository: "google/wycheproof"
path: "wycheproof"
@@ -293,7 +293,7 @@ jobs:
name: "Cargo Coverage"
timeout-minutes: 15
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
persist-credentials: false
- uses: actions/cache@v2.1.6
@@ -357,7 +357,7 @@ jobs:
name: "${{ matrix.PYTHON.TOXENV }} on macOS"
timeout-minutes: 15
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
persist-credentials: false
- uses: actions/cache@v2.1.6
@@ -383,7 +383,7 @@ jobs:
- run: python -m pip install tox requests coverage
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
repository: "google/wycheproof"
path: "wycheproof"
@@ -425,7 +425,7 @@ jobs:
name: "${{ matrix.PYTHON.TOXENV }} on ${{ matrix.WINDOWS.WINDOWS }} (part ${{ matrix.JOB_NUMBER }})"
timeout-minutes: 15
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
persist-credentials: false
- name: Setup python
@@ -462,7 +462,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
repository: "google/wycheproof"
path: "wycheproof"
@@ -497,7 +497,7 @@ jobs:
name: "Downstream tests for ${{ matrix.DOWNSTREAM }}"
timeout-minutes: 15
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
persist-credentials: false
- uses: actions/cache@v2.1.6
diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml
index e867b22f6..ac1063585 100644
--- a/.github/workflows/linkcheck.yml
+++ b/.github/workflows/linkcheck.yml
@@ -13,7 +13,7 @@ jobs:
name: "linkcheck"
timeout-minutes: 20
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
persist-credentials: false
- name: Setup python
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index e2fab9b99..d41237308 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -34,7 +34,7 @@ jobs:
MANYLINUX: { name: "musllinux_1_1_x86_64", CONTAINER: "cryptography-musllinux_1_1:x86_64"}
name: "${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}"
steps:
- - uses: actions/checkout@v1 # Need v1 because manylinux2010 can't run node from v2
+ - uses: actions/checkout@v2.3.5 # Need v1 because manylinux2010 can't run node from v2
with:
# The tag to build or the tag received by the tag event
ref: ${{ github.event.inputs.version || github.ref }}
@@ -89,7 +89,7 @@ jobs:
BIN_PATH: 'pypy3'
name: "${{ matrix.PYTHON.VERSION }} ABI ${{ matrix.PYTHON.ABI_VERSION }} macOS"
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
# The tag to build or the tag received by the tag event
ref: ${{ github.event.inputs.version || github.ref }}
@@ -160,7 +160,7 @@ jobs:
PYTHON: {VERSION: "pypy-3.7", MSVC_VERSION: "2019"}
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.WINDOWS }} ${{ matrix.PYTHON.ABI_VERSION }}"
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.3.5
with:
# The tag to build or the tag received by the tag event
ref: ${{ github.event.inputs.version || github.ref }}