1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 09:57:40 +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. # based on.
- name: Checkout head commits - name: Checkout head commits
# https://github.com/actions/checkout # https://github.com/actions/checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
#with: #with:
#ref: ${{github.head.sha}} #ref: ${{github.head.sha}}
#repository: ${{github.event.pull_request.head.repo.full_name}} #repository: ${{github.event.pull_request.head.repo.full_name}}

View File

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

View File

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

View File

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