Skip to content

Commit a73d991

Browse files
chore(deps): update actions/checkout action to v4
1 parent b3e48ad commit a73d991

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dotnet-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Configure MongoDB (Ubuntu)
2828
run: sudo systemctl start mongod
2929
- name: Checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131
# If you want to specify a particular version, use this. Otherwise, will use the Runner's installed version
3232
- name: Setup .NET Core
3333
uses: actions/setup-dotnet@v1

.github/workflows/dotnet-multi-os-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup MongoDB
2828
uses: ankane/setup-mongodb@v1
2929
- name: Checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131
- name: Setup dotnet
3232
uses: actions/setup-dotnet@v3
3333
with:

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Configure MongoDB (Ubuntu)
3232
run: sudo systemctl start mongod
3333
- name: Checkout
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v4
3535
# If you want to specify a particular version, use this. Otherwise, will use the Runner's installed version
3636
- name: Setup .NET Core
3737
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)