1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 02:17:38 +03:00

Merge pull request #1051 from EDCD/dependabot/github_actions/develop/actions/checkout-2.3.4

build(deps): bump actions/checkout from 2 to 2.3.4
This commit is contained in:
Athanasius 2021-05-12 08:13:58 +01:00 committed by GitHub
commit ba7099eecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
# based on.
- name: Checkout head commits
# https://github.com/actions/checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
#with:
#ref: ${{github.head.sha}}
#repository: ${{github.event.pull_request.head.repo.full_name}}

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Set up Python 3.9

View File

@ -16,7 +16,7 @@ jobs:
shell: powershell
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2.2.2
with:
python-version: "3.9.5"