Skip to content

Commit

Permalink
update github actions to use checkout v3
Browse files Browse the repository at this point in the history
- actions/checkout@v3
  • Loading branch information
vslee committed Apr 21, 2022
1 parent a106eaa commit e01c455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v3
# latest image has .NET 3.0 already installed, but not 3.1 yet
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit e01c455

Please sign in to comment.