1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 00:30:33 +03:00

Merge pull request #2079 from EDCD/dependabot/github_actions/develop/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
This commit is contained in:
David Sangrey 2023-11-16 12:22:01 -05:00 committed by GitHub
commit 5d4b371fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

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

View File

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python

View File

@ -17,7 +17,7 @@ jobs:
OWNER: 'EDCD'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: '${{ env.CHECKOUT_BRANCH }}'
submodules: true

View File

@ -26,7 +26,7 @@ jobs:
name: Linux environment build steps
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
@ -70,7 +70,7 @@ jobs:
shell: powershell
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true