mirror of
https://github.com/oliverbooth/VPLink
synced 2024-11-09 16:25:40 +00:00
chore(ci): update actions/checkout@v3
This commit is contained in:
parent
3ec583bd63
commit
e64ebdd579
3
.github/workflows/dotnet.yml
vendored
3
.github/workflows/dotnet.yml
vendored
@ -10,7 +10,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user