Skip to content

Commit 3790564

Browse files
Update actions/checkout action to v4 (#261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0749dd3 commit 3790564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
brew services start mongodb-community@${{matrix.mongodb}}
7171
7272
- name: Checkout
73-
uses: actions/checkout@v3
73+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
7474

7575
- name: Setup dotnet SDK
7676
uses: actions/setup-dotnet@v3
@@ -98,7 +98,7 @@ jobs:
9898
needs: build
9999
steps:
100100
- name: Checkout
101-
uses: actions/checkout@v3
101+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
102102
- name: Download coverage reports
103103
uses: actions/download-artifact@v3
104104
- name: Install ReportGenerator tool

0 commit comments

Comments
 (0)