We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492c0bf commit adb19e3Copy full SHA for adb19e3
.github/workflows/GenerateAsyncCode.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
with:
18
ref: ${{ github.event.pull_request.head.ref }}
19
repository: ${{ github.event.pull_request.head.repo.full_name }}
.github/workflows/NetCoreTests.yml
@@ -69,7 +69,7 @@ jobs:
69
dotnet-version: 8.0.x
70
71
- name: Checkout
72
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
73
74
show-progress: false
75
0 commit comments