Update actions/checkout action to v2.4.0

This commit is contained in:
Renovate Bot
2021-11-03 04:51:31 +00:00
parent be2bdf0727
commit 6d9dc5e54f
7 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
submodules: recursive
@@ -386,7 +386,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
# TODO: It'd be perfect if we could match final artifacts to the platform they target, so e.g. linux build comes from the linux machine
# However, that is currently impossible due to https://github.com/dotnet/msbuild/issues/3897