Skip to content

Commit 53bcfcc

Browse files
committed
Update GitHub action checkouts to v3
Just some minor maintenance
1 parent 84a47f0 commit 53bcfcc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-do-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Setup .NET
1616
uses: actions/setup-dotnet@v1
1717
with:

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:

0 commit comments

Comments
 (0)