|
@@ -12,7 +12,7 @@ jobs:
|
|
|
permissions: read-all
|
|
|
steps:
|
|
|
- name: Checkout repository
|
|
|
- uses: actions/checkout@v2
|
|
|
+ uses: actions/checkout@v3
|
|
|
with:
|
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
@@ -37,7 +37,7 @@ jobs:
|
|
|
permissions: read-all
|
|
|
steps:
|
|
|
- name: Checkout repository
|
|
|
- uses: actions/checkout@v2
|
|
|
+ uses: actions/checkout@v3
|
|
|
with:
|
|
|
ref: ${{ github.base_ref }}
|
|
|
- name: Setup .NET Core
|