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:
commit
5d4b371fb6
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
@ -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}}
|
||||||
|
2
.github/workflows/push-checks.yml
vendored
2
.github/workflows/push-checks.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/submodule-update.yml
vendored
2
.github/workflows/submodule-update.yml
vendored
@ -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
|
||||||
|
4
.github/workflows/windows-build.yml
vendored
4
.github/workflows/windows-build.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user