Bump actions/checkout from 2.3.4 to 2.3.5 (#461)

This commit is contained in:
dependabot[bot] 2021-10-19 14:53:06 +02:00 committed by GitHub
parent b684241350
commit 3b3593c73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out the codebase
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Set up Python 3
uses: actions/setup-python@v2.2.2

View File

@ -26,7 +26,7 @@ jobs:
steps:
- name: Check out the codebase
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Set up Python 3
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"