summaryrefslogtreecommitdiff
path: root/.github/workflows/linkcheck.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-30 12:05:07 +0000
committerGitHub <noreply@github.com>2021-11-30 12:05:07 +0000
commit63061cffef8eba6595aed5f48773bc085a8ff8a7 (patch)
treee331d3c4f9c6a236dc3ba1758dc5e628f0919803 /.github/workflows/linkcheck.yml
parent75be92de8e3bce9adcec42ef3967bed0d4500902 (diff)
downloadcryptography-dependabot/github_actions/actions/setup-python-2.3.1.tar.gz
Bump actions/setup-python from 2.3.0 to 2.3.1dependabot/github_actions/actions/setup-python-2.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/linkcheck.yml')
-rw-r--r--.github/workflows/linkcheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml
index 379bc2c8b..117c634e4 100644
--- a/.github/workflows/linkcheck.yml
+++ b/.github/workflows/linkcheck.yml
@@ -17,7 +17,7 @@ jobs:
with:
persist-credentials: false
- name: Setup python
- uses: actions/setup-python@v2.3.0
+ uses: actions/setup-python@v2.3.1
with:
python-version: 3.9
- uses: actions-rs/toolchain@v1.0.7