Update actions/checkout action to v3.0.1

This commit is contained in:
Renovate Bot
2022-04-14 20:13:59 +00:00
parent d21e398ac0
commit 151f6cfe4a
7 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
submodules: recursive
@@ -402,7 +402,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
# 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